new version 4.3.9

This commit is contained in:
Uwe Steinmann 2014-05-22 07:50:36 +02:00
parent f31b2d1a40
commit 4de2bf318d
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -20,7 +20,7 @@
class SeedDMS_Version {
public $_number = "4.3.8";
public $_number = "4.3.9";
private $_string = "SeedDMS";
function SeedDMS_Version() {

View File

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