new version 4.1.0

This commit is contained in:
Uwe Steinmann 2013-03-07 12:19:51 +01:00
parent 384be0c3a4
commit e138ae5d72
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
VERSION=4.0.0
VERSION=4.1.0
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

View File

@ -225,7 +225,7 @@ class SeedDMS_Core_DMS {
$this->convertFileTypes = array();
$this->version = '@package_version@';
if($this->version[0] == '@')
$this->version = '4.0.0';
$this->version = '4.1.0';
} /* }}} */
function getDB() { /* {{{ */

View File

@ -116,7 +116,7 @@ function fileExistsInIncludePath($file) { /* {{{ */
* Load default settings + set
*/
define("SEEDDMS_INSTALL", "on");
define("SEEDDMS_VERSION", "4.0.0");
define("SEEDDMS_VERSION", "4.1.0");
require_once('../inc/inc.ClassSettings.php');