new versіon 4.3.0

This commit is contained in:
Uwe Steinmann 2013-05-22 20:29:11 +02:00
parent 274d8d723e
commit 8c09b7fcb1
4 changed files with 22 additions and 7 deletions

View File

@ -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() { /* {{{ */

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2013-05-17</date>
<date>2013-05-22</date>
<time>09:21:37</time>
<version>
<release>4.2.2</release>
<api>4.2.1</api>
<release>4.3.0</release>
<api>4.3.0</api>
</version>
<stability>
<release>stable</release>
@ -24,7 +24,6 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- admins can be added as reviewer/approver again
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -529,5 +528,21 @@ New release
- fixed bug in SeedDMS_Core_DocumentContent::addIndApp()
</notes>
</release>
<release>
<date>2013-05-17</date>
<time>09:21:37</time>
<version>
<release>4.2.2</release>
<api>4.2.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- admins can be added as reviewer/approver again
</notes>
</release>
</changelog>
</package>

View File

@ -20,7 +20,7 @@
class SeedDMS_Version {
var $_number = "4.2.2";
var $_number = "4.3.0";
var $_string = "SeedDMS";
function SeedDMS_Version() {

View File

@ -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');