diff --git a/Makefile b/Makefile index a15b967da..9185d7782 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.3.4 +VERSION=4.3.5 SRC=CHANGELOG inc conf utils index.php languages views op out 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 2e738a798..7f205bd97 100644 --- a/SeedDMS_Core/Core/inc.ClassDMS.php +++ b/SeedDMS_Core/Core/inc.ClassDMS.php @@ -243,7 +243,7 @@ class SeedDMS_Core_DMS { $this->convertFileTypes = array(); $this->version = '@package_version@'; if($this->version[0] == '@') - $this->version = '4.3.4'; + $this->version = '4.3.5'; } /* }}} */ function getDB() { /* {{{ */ diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 294ba1eec..d7b3d5fe0 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -12,11 +12,11 @@ uwe@steinmann.cx yes - 2014-02-01 + 2014-03-04 - 4.3.4 - 4.3.4 + 4.3.5 + 4.3.5 stable @@ -24,7 +24,7 @@ GPL License -- fix handling of multivalue attributes +no changes @@ -602,5 +602,21 @@ New release - make all functions in SeedDMS_Core_File static (fixes problem with php 5.5.x) + + 2014-02-01 + + + 4.3.4 + 4.3.4 + + + stable + stable + + GPL License + +- fix handling of multivalue attributes + + diff --git a/install/install.php b/install/install.php index 0cb557a32..f25771bf4 100644 --- a/install/install.php +++ b/install/install.php @@ -116,7 +116,7 @@ function fileExistsInIncludePath($file) { /* {{{ */ * Load default settings + set */ define("SEEDDMS_INSTALL", "on"); -define("SEEDDMS_VERSION", "4.3.3"); +define("SEEDDMS_VERSION", "4.3.5"); require_once('../inc/inc.ClassSettings.php');