new version 4.2.0

This commit is contained in:
Uwe Steinmann 2013-04-19 14:40:03 +02:00
parent 41e5399053
commit 567b9a22bd

View File

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