From e581b72c9ce6737174209cdacec7acb0b6545c94 Mon Sep 17 00:00:00 2001 From: steinm Date: Wed, 26 Oct 2011 07:33:46 +0000 Subject: [PATCH] - set default version to 3.3.0 --- LetoDMS_Core/Core/inc.ClassDMS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LetoDMS_Core/Core/inc.ClassDMS.php b/LetoDMS_Core/Core/inc.ClassDMS.php index 4375d573a..336624eb7 100644 --- a/LetoDMS_Core/Core/inc.ClassDMS.php +++ b/LetoDMS_Core/Core/inc.ClassDMS.php @@ -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() { /* {{{ */