- prepare for version 3.3.0

This commit is contained in:
steinm 2012-02-08 11:15:52 +00:00
parent 5a39bffd73
commit 3765fd9ddd
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION=3.3.0-pre2
VERSION=3.3.0
SRC=CHANGELOG* inc conf utils index.php languages op out README reset_db.sql drop-tables-innodb.sql delete_all_contents.sql styles js TODO LICENSE Makefile debian webdav install
dist:

View File

@ -19,7 +19,7 @@
class LetoDMS_Version {
var $_number = "3.3.0-pre1";
var $_number = "3.3.0";
var $_string = "LetoDMS";
function LetoDMS_Version() {