diff --git a/datamodels/2.x/authent-external/module.authent-external.php b/datamodels/2.x/authent-external/module.authent-external.php index 725f8fb91..34089cc06 100755 --- a/datamodels/2.x/authent-external/module.authent-external.php +++ b/datamodels/2.x/authent-external/module.authent-external.php @@ -27,7 +27,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-external/2.6.1', + 'authent-external/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/authent-ldap/module.authent-ldap.php b/datamodels/2.x/authent-ldap/module.authent-ldap.php index 39ab6f2f0..54d75e182 100755 --- a/datamodels/2.x/authent-ldap/module.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/module.authent-ldap.php @@ -9,7 +9,7 @@ if (function_exists('ldap_connect')) SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-ldap/2.6.1', + 'authent-ldap/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/authent-local/module.authent-local.php b/datamodels/2.x/authent-local/module.authent-local.php index aeab2dfea..33b91b303 100755 --- a/datamodels/2.x/authent-local/module.authent-local.php +++ b/datamodels/2.x/authent-local/module.authent-local.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-local/2.6.1', + 'authent-local/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-attachments/module.attachments.php b/datamodels/2.x/itop-attachments/module.attachments.php index 6f16fa1aa..084a992f3 100755 --- a/datamodels/2.x/itop-attachments/module.attachments.php +++ b/datamodels/2.x/itop-attachments/module.attachments.php @@ -19,7 +19,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-attachments/2.6.1', + 'itop-attachments/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-backup/module.itop-backup.php b/datamodels/2.x/itop-backup/module.itop-backup.php index aaddd6865..43fb2e3b9 100644 --- a/datamodels/2.x/itop-backup/module.itop-backup.php +++ b/datamodels/2.x/itop-backup/module.itop-backup.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-backup/2.6.1', + 'itop-backup/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php b/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php index 8035cbeb4..6649a55ca 100644 --- a/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php +++ b/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-bridge-virtualization-storage/2.6.1', + 'itop-bridge-virtualization-storage/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php index 5736ec994..a6f49a001 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-change-mgmt-itil/2.6.1', + 'itop-change-mgmt-itil/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php index b26e2ed0d..336581855 100755 --- a/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php +++ b/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-change-mgmt/2.6.1', + 'itop-change-mgmt/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php index 97968728a..57b9b2063 100755 --- a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-config-mgmt/2.6.1', + 'itop-config-mgmt/'.ITOP_VERSION, array( // Identification // @@ -113,5 +113,3 @@ if (!class_exists('ConfigMgmtInstaller')) } } } - -?> diff --git a/datamodels/2.x/itop-config/module.itop-config.php b/datamodels/2.x/itop-config/module.itop-config.php index c0390fe92..2fe131dfe 100644 --- a/datamodels/2.x/itop-config/module.itop-config.php +++ b/datamodels/2.x/itop-config/module.itop-config.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-config/2.6.1', + 'itop-config/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php b/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php index 07078132c..30bf8bea4 100755 --- a/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php +++ b/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php @@ -18,7 +18,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-datacenter-mgmt/2.6.1', + 'itop-datacenter-mgmt/'.ITOP_VERSION, array( // Identification // @@ -63,5 +63,3 @@ SetupWebPage::AddModule( ) ); - -?> diff --git a/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php b/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php index 39e807410..f5a3ec804 100644 --- a/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php +++ b/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php @@ -25,7 +25,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-endusers-devices/2.6.1', + 'itop-endusers-devices/'.ITOP_VERSION, array( // Identification // @@ -108,4 +108,3 @@ if (!class_exists('EndUserMgmtInstaller')) } } -?> diff --git a/datamodels/2.x/itop-full-itil/module.itop-full-itil.php b/datamodels/2.x/itop-full-itil/module.itop-full-itil.php index ef9f38416..439a045b8 100644 --- a/datamodels/2.x/itop-full-itil/module.itop-full-itil.php +++ b/datamodels/2.x/itop-full-itil/module.itop-full-itil.php @@ -6,42 +6,37 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-full-itil/2.6.1', array( - // Identification - // + 'itop-full-itil/'.ITOP_VERSION, + array( + // Identification + // 'label' => 'Bridge - Request management ITIL + Incident management ITIL', - 'category' => 'business', - // Setup - // + 'category' => 'business', + // Setup + // 'dependencies' => array( - 'itop-request-mgmt-itil/2.3.0', - 'itop-incident-mgmt-itil/2.3.0', - ), - 'mandatory' => false, - 'visible' => false, - 'auto_select' => 'SetupInfo::ModuleIsSelected("itop-request-mgmt-itil") && SetupInfo::ModuleIsSelected("itop-incident-mgmt-itil")', - // Components - // - 'datamodel' => array( - //'model.itop-portal-full-itil.php' - ), - 'webservice' => array( - ), - 'data.struct' => array( - // add your 'structure' definition XML files here, - ), - 'data.sample' => array( - // add your sample data XML files here, - ), - // Documentation - // + 'itop-request-mgmt-itil/2.3.0', + 'itop-incident-mgmt-itil/2.3.0', + ), + 'mandatory' => false, + 'visible' => false, + 'auto_select' => 'SetupInfo::ModuleIsSelected("itop-request-mgmt-itil") && SetupInfo::ModuleIsSelected("itop-incident-mgmt-itil")', + // Components + // + 'datamodel' => array(//'model.itop-portal-full-itil.php' + ), + 'webservice' => array(), + 'data.struct' => array(// add your 'structure' definition XML files here, + ), + 'data.sample' => array(// add your sample data XML files here, + ), + // Documentation + // 'doc.manual_setup' => '', // hyperlink to manual setup documentation, if any - 'doc.more_information' => '', // hyperlink to more information, if any - // Default settings - // - 'settings' => array( - // Module specific settings go here, if any - ), + 'doc.more_information' => '', // hyperlink to more information, if any + // Default settings + // + 'settings' => array(// Module specific settings go here, if any + ), ) ); -?> diff --git a/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php index 5890f047c..e829c5558 100644 --- a/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php @@ -5,7 +5,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-hub-connector/2.6.1', + 'itop-hub-connector/'.ITOP_VERSION, array( // Identification // @@ -43,6 +43,3 @@ SetupWebPage::AddModule( 'doc.more_information' => '', // hyperlink to more information, if any ) ); - - -?> diff --git a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php index bdaf89a41..76517504d 100755 --- a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php +++ b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-incident-mgmt-itil/2.6.1', + 'itop-incident-mgmt-itil/'.ITOP_VERSION, array( // Identification // @@ -42,6 +42,4 @@ SetupWebPage::AddModule( 'settings' => array( ), ) -); - -?> +); \ No newline at end of file diff --git a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php index 2e14cc84d..5893ad0ec 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-knownerror-mgmt/2.6.1', + 'itop-knownerror-mgmt/'.ITOP_VERSION, array( // Identification // @@ -81,6 +81,4 @@ if (!class_exists('KnownErrorMgmtInstaller')) { } } -} - -?> +} \ No newline at end of file diff --git a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php index db386574a..bbb5423d1 100644 --- a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php @@ -2,41 +2,37 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-portal-base/2.6.1', array( - // Identification - 'label' => 'Portal Development Library', + 'itop-portal-base/'.ITOP_VERSION, + array( + // Identification + 'label' => 'Portal Development Library', 'category' => 'Portal', - // Setup - 'dependencies' => array( - ), - 'mandatory' => false, - 'visible' => true, - // Components - 'datamodel' => array( - 'portal/src/controllers/abstractcontroller.class.inc.php', - 'portal/src/controllers/brickcontroller.class.inc.php', - 'portal/src/entities/abstractbrick.class.inc.php', - 'portal/src/entities/portalbrick.class.inc.php', - 'portal/src/routers/abstractrouter.class.inc.php', - ), - 'webservice' => array( - //'webservices.itop-portal-base.php', - ), - 'dictionary' => array( - 'fr.dict.itop-portal-base.php', - //'de.dict.itop-portal-base.php', - ), - 'data.struct' => array( - //'data.struct.itop-portal-base.xml', - ), - 'data.sample' => array( - //'data.sample.itop-portal-base.xml', - ), - // Documentation - 'doc.manual_setup' => '', - 'doc.more_information' => '', - // Default settings - 'settings' => array( - ), + // Setup + 'dependencies' => array(), + 'mandatory' => false, + 'visible' => true, + // Components + 'datamodel' => array( + 'portal/src/controllers/abstractcontroller.class.inc.php', + 'portal/src/controllers/brickcontroller.class.inc.php', + 'portal/src/entities/abstractbrick.class.inc.php', + 'portal/src/entities/portalbrick.class.inc.php', + 'portal/src/routers/abstractrouter.class.inc.php', + ), + 'webservice' => array(//'webservices.itop-portal-base.php', + ), + 'dictionary' => array( + 'fr.dict.itop-portal-base.php', + //'de.dict.itop-portal-base.php', + ), + 'data.struct' => array(//'data.struct.itop-portal-base.xml', + ), + 'data.sample' => array(//'data.sample.itop-portal-base.xml', + ), + // Documentation + 'doc.manual_setup' => '', + 'doc.more_information' => '', + // Default settings + 'settings' => array(), ) ); diff --git a/datamodels/2.x/itop-portal/module.itop-portal.php b/datamodels/2.x/itop-portal/module.itop-portal.php index b8d948e83..1a08071a8 100644 --- a/datamodels/2.x/itop-portal/module.itop-portal.php +++ b/datamodels/2.x/itop-portal/module.itop-portal.php @@ -2,36 +2,32 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-portal/2.6.1', array( - // Identification - 'label' => 'Enhanced Customer Portal', - 'category' => 'Portal', - // Setup - 'dependencies' => array( - 'itop-portal-base/1.0.0' - ), - 'mandatory' => false, - 'visible' => true, - // Components - 'datamodel' => array( - 'main.itop-portal.php' - ), - 'webservice' => array( - //'webservices.itop-portal.php', - ), - 'dictionary' => array( - ), - 'data.struct' => array( - //'data.struct.itop-portal.xml', - ), - 'data.sample' => array( - //'data.sample.itop-portal.xml', - ), - // Documentation - 'doc.manual_setup' => '', - 'doc.more_information' => '', - // Default settings - 'settings' => array( - ), + 'itop-portal/'.ITOP_VERSION, + array( + // Identification + 'label' => 'Enhanced Customer Portal', + 'category' => 'Portal', + // Setup + 'dependencies' => array( + 'itop-portal-base/1.0.0' + ), + 'mandatory' => false, + 'visible' => true, + // Components + 'datamodel' => array( + 'main.itop-portal.php' + ), + 'webservice' => array(//'webservices.itop-portal.php', + ), + 'dictionary' => array(), + 'data.struct' => array(//'data.struct.itop-portal.xml', + ), + 'data.sample' => array(//'data.sample.itop-portal.xml', + ), + // Documentation + 'doc.manual_setup' => '', + 'doc.more_information' => '', + // Default settings + 'settings' => array(), ) ); diff --git a/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php index bd710144f..4993b98ce 100755 --- a/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-problem-mgmt/2.6.1', + 'itop-problem-mgmt/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php b/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php index 0e3a0065b..d9de0ed72 100755 --- a/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php +++ b/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php @@ -19,7 +19,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-profiles-itil/2.6.1', + 'itop-profiles-itil/'.ITOP_VERSION, array( // Identification // @@ -60,5 +60,3 @@ SetupWebPage::AddModule( ), ) ); - -?> diff --git a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php index d871b9d9c..733b524fd 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-request-mgmt-itil/2.6.1', + 'itop-request-mgmt-itil/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php index 7e00a134f..34fb173d4 100755 --- a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-request-mgmt/2.6.1', + 'itop-request-mgmt/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php index aee147353..7c32ef114 100755 --- a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-service-mgmt-provider/2.6.1', + 'itop-service-mgmt-provider/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php index fec63f5f8..8a11be9e4 100755 --- a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-service-mgmt/2.6.1', + 'itop-service-mgmt/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php b/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php index 500a00b97..c4aff08d5 100755 --- a/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php +++ b/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php @@ -18,7 +18,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-sla-computation/2.6.1', + 'itop-sla-computation/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php b/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php index c247e5166..2a84694a4 100644 --- a/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php +++ b/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php @@ -25,7 +25,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-storage-mgmt/2.6.1', + 'itop-storage-mgmt/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-tickets/module.itop-tickets.php b/datamodels/2.x/itop-tickets/module.itop-tickets.php index 64ec71c3d..11d1db939 100755 --- a/datamodels/2.x/itop-tickets/module.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/module.itop-tickets.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, - 'itop-tickets/2.6.1', + 'itop-tickets/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php b/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php index 6fa5f46dd..26ce14ebd 100644 --- a/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php +++ b/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php @@ -16,7 +16,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-virtualization-mgmt/2.6.1', + 'itop-virtualization-mgmt/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php b/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php index ff83f4126..576faeada 100755 --- a/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php +++ b/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-welcome-itil/2.6.1', + 'itop-welcome-itil/'.ITOP_VERSION, array( // Identification // diff --git a/datamodels/2.x/version.xml b/datamodels/2.x/version.xml index 21bb804c4..9926b0277 100755 --- a/datamodels/2.x/version.xml +++ b/datamodels/2.x/version.xml @@ -1,4 +1,4 @@ - 2.6.1 + 2.6.2