start new version 5.0.11

This commit is contained in:
Uwe Steinmann 2017-02-28 07:09:30 +01:00
parent 72e45f3320
commit 5bca4770d1
6 changed files with 28 additions and 9 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 5.0.11
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.0.10
--------------------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
VERSION=5.0.10
VERSION=5.0.11
SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc styles TODO LICENSE webdav install restapi pdfviewer
# webapp

View File

@ -344,7 +344,7 @@ class SeedDMS_Core_DMS {
$this->callbacks = array();
$this->version = '@package_version@';
if($this->version[0] == '@')
$this->version = '5.0.10';
$this->version = '5.0.11';
} /* }}} */
/**

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2017-02-20</date>
<time>06:23:34</time>
<date>2017-02-28</date>
<time>07:07:02</time>
<version>
<release>5.0.10</release>
<api>5.0.10</api>
<release>5.0.11</release>
<api>5.0.11</api>
</version>
<stability>
<release>stable</release>
@ -24,7 +24,6 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- all changes from 4.3.33 merged
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -1312,5 +1311,21 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated
- all changes from 4.3.32 merged
</notes>
</release>
<release>
<date>2017-02-20</date>
<time>06:23:34</time>
<version>
<release>5.0.10</release>
<api>5.0.10</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- all changes from 4.3.33 merged
</notes>
</release>
</changelog>
</package>

View File

@ -20,7 +20,7 @@
class SeedDMS_Version {
public $_number = "5.0.10";
public $_number = "5.0.11";
private $_string = "SeedDMS";
function __construct() {

View File

@ -118,7 +118,7 @@ function fileExistsInIncludePath($file) { /* {{{ */
* Load default settings + set
*/
define("SEEDDMS_INSTALL", "on");
define("SEEDDMS_VERSION", "5.0.10");
define("SEEDDMS_VERSION", "5.0.11");
require_once('../inc/inc.ClassSettings.php');