start new version 4.3.35

This commit is contained in:
Uwe Steinmann 2017-03-23 15:39:18 +01:00
parent fd6055d577
commit 6bb6662de4
6 changed files with 27 additions and 12 deletions

View File

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

View File

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

View File

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2017-02-28</date>
<date>2017-03-22</date>
<time>06:38:12</time>
<version>
<release>4.3.34</release>
<api>4.3.34</api>
<release>4.3.35</release>
<api>4.3.35</api>
</version>
<stability>
<release>stable</release>
@ -24,7 +24,6 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
SeedDMS_Core_DMS::getDuplicateDocumentContent() returns complete document
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -1125,5 +1124,21 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated
- SeedDMЅ_Core_User::setFullname() minor fix in sql statement
</notes>
</release>
<release>
<date>2017-02-28</date>
<time>06:38:12</time>
<version>
<release>4.3.34</release>
<api>4.3.34</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
SeedDMS_Core_DMS::getDuplicateDocumentContent() returns complete document
</notes>
</release>
</changelog>
</package>

View File

@ -20,7 +20,7 @@
class SeedDMS_Version {
public $_number = "4.3.34";
public $_number = "4.3.35";
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", "4.3.34");
define("SEEDDMS_VERSION", "4.3.35");
require_once('../inc/inc.ClassSettings.php');