start new version 4.3.36

This commit is contained in:
Uwe Steinmann 2017-07-11 18:12:31 +02:00
parent ab6665d64d
commit b43200703b
5 changed files with 22 additions and 7 deletions

View File

@ -1,4 +1,4 @@
VERSION=4.3.35
VERSION=4.3.36
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.35';
$this->version = '4.3.36';
} /* }}} */
/**

View File

@ -15,8 +15,8 @@
<date>2017-03-22</date>
<time>06:38:12</time>
<version>
<release>4.3.35</release>
<api>4.3.35</api>
<release>4.3.36</release>
<api>4.3.36</api>
</version>
<stability>
<release>stable</release>
@ -24,7 +24,6 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
do not sort some temporary tables anymore, because it causes an error in mysql if sql_mode=only_full_group_by is set
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -1141,5 +1140,21 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated
SeedDMS_Core_DMS::getDuplicateDocumentContent() returns complete document
</notes>
</release>
<release>
<date>2017-07-11</date>
<time>06:38:12</time>
<version>
<release>4.3.35</release>
<api>4.3.35</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
do not sort some temporary tables anymore, because it causes an error in mysql if sql_mode=only_full_group_by is set
</notes>
</release>
</changelog>
</package>

View File

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