prepare for next version 4.2.0

This commit is contained in:
Uwe Steinmann 2013-04-05 13:08:37 +02:00
parent 639355b1cf
commit 5d41aad78c
4 changed files with 22 additions and 6 deletions

View File

@ -1,4 +1,4 @@
VERSION=4.1.0
VERSION=4.2.0
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

@ -12,11 +12,11 @@
<email>uwe@steinmann.cx</email>
<active>yes</active>
</lead>
<date>2013-03-28</date>
<date>2013-04-05</date>
<time>13:39:21</time>
<version>
<release>4.1.0</release>
<api>4.1.0</api>
<release>4.2.0</release>
<api>4.2.0</api>
</version>
<stability>
<release>beta</release>
@ -430,6 +430,22 @@ New release
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- minor bugfixes
</notes>
</release>
<release>
<date>2013-03-28</date>
<time>13:39:21</time>
<version>
<release>4.1.0</release>
<api>4.1.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
- minor bugfixes
</notes>
</release>

View File

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