diff --git a/Makefile b/Makefile
index 0438b2055..ad630593c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=4.3.17
+VERSION=5.0.0-pre3
SRC=CHANGELOG inc conf utils index.php languages views op out controllers README.md README.Notification README.Ubuntu drop-tables-innodb.sql styles js TODO LICENSE Makefile webdav install restapi
# webapp
diff --git a/SeedDMS_Core/Core/inc.ClassDMS.php b/SeedDMS_Core/Core/inc.ClassDMS.php
index 0dfb4925f..ce53de34c 100644
--- a/SeedDMS_Core/Core/inc.ClassDMS.php
+++ b/SeedDMS_Core/Core/inc.ClassDMS.php
@@ -295,7 +295,7 @@ class SeedDMS_Core_DMS {
$this->classnames['group'] = 'SeedDMS_Core_Group';
$this->version = '@package_version@';
if($this->version[0] == '@')
- $this->version = '4.3.17';
+ $this->version = '5.0.0';
} /* }}} */
/**
diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml
index dec22bda9..ba2e45a20 100644
--- a/SeedDMS_Core/package.xml
+++ b/SeedDMS_Core/package.xml
@@ -12,11 +12,11 @@
uwe@steinmann.cx
yes
- 2015-03-27
+ 2015-04-15
- 4.3.17
- 4.3.17
+ 5.0.0
+ 5.0.0
stable
@@ -815,5 +815,21 @@ users returned by SeedDMS_Core_DMS::getAllUsers() have language and theme set ag
no changes
+
+ 2015-03-27
+
+
+ 4.3.17
+ 4.3.17
+
+
+ stable
+ stable
+
+ GPL License
+
+clean workflow log when a document version was deleted
+
+
diff --git a/inc/inc.Version.php b/inc/inc.Version.php
index bf7a626a5..46170de48 100644
--- a/inc/inc.Version.php
+++ b/inc/inc.Version.php
@@ -20,7 +20,7 @@
class SeedDMS_Version {
- public $_number = "4.3.17";
+ public $_number = "5.0.0-pre3";
private $_string = "SeedDMS";
function SeedDMS_Version() {
diff --git a/install/install.php b/install/install.php
index 372430caf..3605f59c4 100644
--- a/install/install.php
+++ b/install/install.php
@@ -119,7 +119,7 @@ function fileExistsInIncludePath($file) { /* {{{ */
* Load default settings + set
*/
define("SEEDDMS_INSTALL", "on");
-define("SEEDDMS_VERSION", "4.3.17");
+define("SEEDDMS_VERSION", "5.0.0-pre3");
require_once('../inc/inc.ClassSettings.php');