diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php index b480c9871..4d62581f8 100644 --- a/SeedDMS_Core/Core/inc.ClassDMS.php +++ b/SeedDMS_Core/Core/inc.ClassDMS.php @@ -243,7 +243,7 @@ class SeedDMS_Core_DMS { $this->convertFileTypes = array(); $this->version = '@package_version@'; if($this->version[0] == '@') - $this->version = '4.2.2'; + $this->version = '4.3.0'; } /* }}} */ function getDB() { /* {{{ */ diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 5ce494f37..3596097b9 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -12,11 +12,11 @@ uwe@steinmann.cx yes - 2013-05-17 + 2013-05-22 - 4.2.2 - 4.2.1 + 4.3.0 + 4.3.0 stable @@ -24,7 +24,6 @@ GPL License -- admins can be added as reviewer/approver again @@ -529,5 +528,21 @@ New release - fixed bug in SeedDMS_Core_DocumentContent::addIndApp() + + 2013-05-17 + + + 4.2.2 + 4.2.1 + + + stable + stable + + GPL License + +- admins can be added as reviewer/approver again + + diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 8cf987df8..9cce25b56 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { - var $_number = "4.2.2"; + var $_number = "4.3.0"; var $_string = "SeedDMS"; function SeedDMS_Version() { diff --git a/install/install.php b/install/install.php index 880efd5eb..9d4401f4c 100644 --- a/install/install.php +++ b/install/install.php @@ -116,7 +116,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ * Load default settings + set */ define("SEEDDMS_INSTALL", "on"); -define("SEEDDMS_VERSION", "4.2.2"); +define("SEEDDMS_VERSION", "4.3.0"); require_once('../inc/inc.ClassSettings.php');