diff --git a/Makefile b/Makefile
index 39ac4c2b3..3cb42ba1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=5.0.9
+VERSION=5.0.10
SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc styles TODO LICENSE webdav install restapi pdfviewer
# webapp
diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php
index 7319fba43..2b1789f89 100644
--- a/SeedDMS_Core/Core/inc.ClassDMS.php
+++ b/SeedDMS_Core/Core/inc.ClassDMS.php
@@ -344,7 +344,7 @@ class SeedDMS_Core_DMS {
$this->callbacks = array();
$this->version = '@package_version@';
if($this->version[0] == '@')
- $this->version = '5.0.9';
+ $this->version = '5.0.10';
} /* }}} */
/**
diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml
index 6bc09f684..fc3814300 100644
--- a/SeedDMS_Core/package.xml
+++ b/SeedDMS_Core/package.xml
@@ -12,11 +12,11 @@
uwe@steinmann.cx
yes
- 2016-11-02
+ 2017-02-20
- 5.0.9
- 5.0.9
+ 5.0.10
+ 5.0.10
stable
@@ -24,7 +24,7 @@
GPL License
-- all changes from 4.3.32 merged
+- all changes from 4.3.33 merged
@@ -1277,5 +1277,21 @@ SeedDMS_Core_DMS::getNotificationsByUser() are deprecated
- all changes from 4.3.31 merged
+
+ 2016-11-02
+
+
+ 5.0.9
+ 5.0.9
+
+
+ stable
+ stable
+
+ GPL License
+
+- all changes from 4.3.32 merged
+
+
diff --git a/inc/inc.Version.php b/inc/inc.Version.php
index 4cc8a9dd1..a903ac52d 100644
--- a/inc/inc.Version.php
+++ b/inc/inc.Version.php
@@ -20,7 +20,7 @@
class SeedDMS_Version {
- public $_number = "5.0.9";
+ public $_number = "5.0.10";
private $_string = "SeedDMS";
function __construct() {
diff --git a/install/install.php b/install/install.php
index 92139344e..726cdd341 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", "5.0.9");
+define("SEEDDMS_VERSION", "5.0.10");
require_once('../inc/inc.ClassSettings.php');