diff --git a/Makefile b/Makefile
index 66711f42a..6e54b8d05 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php
index 37215e77b..f7fb9cfca 100644
--- a/SeedDMS_Core/Core/inc.ClassDMS.php
+++ b/SeedDMS_Core/Core/inc.ClassDMS.php
@@ -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';
} /* }}} */
/**
diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml
index 9700a6a6b..9ebf58ec8 100644
--- a/SeedDMS_Core/package.xml
+++ b/SeedDMS_Core/package.xml
@@ -15,8 +15,8 @@
2017-03-22
- 4.3.35
- 4.3.35
+ 4.3.36
+ 4.3.36
stable
@@ -24,7 +24,6 @@
GPL License
-do not sort some temporary tables anymore, because it causes an error in mysql if sql_mode=only_full_group_by is set
@@ -1141,5 +1140,21 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated
SeedDMS_Core_DMS::getDuplicateDocumentContent() returns complete document
+
+ 2017-07-11
+
+
+ 4.3.35
+ 4.3.35
+
+
+ stable
+ stable
+
+ GPL License
+
+do not sort some temporary tables anymore, because it causes an error in mysql if sql_mode=only_full_group_by is set
+
+
diff --git a/inc/inc.Version.php b/inc/inc.Version.php
index 61bf92141..d0a7b4d5d 100644
--- a/inc/inc.Version.php
+++ b/inc/inc.Version.php
@@ -20,7 +20,7 @@
class SeedDMS_Version {
- public $_number = "4.3.35";
+ public $_number = "4.3.36";
private $_string = "SeedDMS";
function __construct() {
diff --git a/install/install.php b/install/install.php
index 6a04997dc..aed5f135c 100644
--- a/install/install.php
+++ b/install/install.php
@@ -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');