new version 4.2.2

This commit is contained in:
Uwe Steinmann 2013-05-17 09:31:52 +02:00
parent 8238ed688e
commit 60ea8fccb4
5 changed files with 24 additions and 8 deletions

View File

@ -1,4 +1,4 @@
VERSION=4.2.1
VERSION=4.2.2
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

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

View File

@ -12,10 +12,10 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2013-04-30</date>
<time>07:43:29</time>
<date>2013-05-17</date>
<time>9:21:37</time>
<version>
<release>4.2.1</release>
<release>4.2.2</release>
<api>4.2.1</api>
</version>
<stability>
@ -24,7 +24,7 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- fixed bug in SeedDMS_Core_DocumentContent::addIndApp()
- admins can be added as reviewer/approver again
</notes>
<contents>
<dir baseinstalldir="SeedDMS" name="/">
@ -510,6 +510,22 @@ New release
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- fixed bug in SeedDMS_Core_DocumentContent::addIndApp()
</notes>
</release>
<release>
<date>2013-04-30</date>
<time>07:43:29</time>
<version>
<release>4.2.1</release>
<api>4.2.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- fixed bug in SeedDMS_Core_DocumentContent::addIndApp()
</notes>
</release>

View File

@ -20,7 +20,7 @@
class SeedDMS_Version {
var $_number = "4.2.1";
var $_number = "4.2.2";
var $_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.2.1");
define("SEEDDMS_VERSION", "4.2.2");
require_once('../inc/inc.ClassSettings.php');