- set default version to 3.3.0

This commit is contained in:
steinm 2011-10-26 07:33:46 +00:00
parent c7b0d1979b
commit e581b72c9c

View File

@ -183,7 +183,7 @@ class LetoDMS_Core_DMS {
$this->convertFileTypes = array();
$this->version = '@package_version@';
if($this->version[0] == '@')
$this->version = '3.2.0';
$this->version = '3.3.0';
} /* }}} */
function getDB() { /* {{{ */