diff --git a/CHANGELOG b/CHANGELOG
index b75835659..e31e42571 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 3.3.0
--------------------------------------------------------------------------------
+- all data is saved into database without prior modification
- smoother installation process with less manual interaction
- support multi level content directory to overcome the limitations of recent
filesystems
@@ -11,6 +12,11 @@
- withdraw rights from a group if the group access is set to none
- added password forgotten function
+--------------------------------------------------------------------------------
+ Changes in version 3.2.2
+--------------------------------------------------------------------------------
+- fixed unallowed access on documents and folders
+
--------------------------------------------------------------------------------
Changes in version 3.2.1
--------------------------------------------------------------------------------
diff --git a/LetoDMS_Core/package.xml b/LetoDMS_Core/package.xml
index 53e442628..713c89e90 100644
--- a/LetoDMS_Core/package.xml
+++ b/LetoDMS_Core/package.xml
@@ -25,7 +25,7 @@
3.3.0
- stable
+ beta
stable
GPL License
diff --git a/Makefile b/Makefile
index cc0b8617e..920097b55 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION=3.2.0-RC1
-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 UPDATE-* LICENSE Makefile debian webdav install
+VERSION=3.3.0-pre1
+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:
mkdir -p tmp/letoDMS-$(VERSION)
diff --git a/inc/inc.Version.php b/inc/inc.Version.php
index 88dd48938..6ab7b038a 100644
--- a/inc/inc.Version.php
+++ b/inc/inc.Version.php
@@ -19,7 +19,7 @@
class LetoDMS_Version {
- var $_number = "3.1.0-RC1";
+ var $_number = "3.3.0-pre1";
var $_string = "LetoDMS";
function LetoDMS_Version() {