diff --git a/Makefile b/Makefile index 005f2b089..1f1ebffd0 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 6ab7b038a..798a0890f 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -19,7 +19,7 @@ class LetoDMS_Version { - var $_number = "3.3.0-pre1"; + var $_number = "3.3.0"; var $_string = "LetoDMS"; function LetoDMS_Version() {