From 5ff127375bd2292958b989dcec18dbca5a8a751f Mon Sep 17 00:00:00 2001
From: Adrian Lang <mail@adrianlang.de>
Date: Wed, 25 May 2011 15:36:52 +0200
Subject: [PATCH] Release preparations

---
 data/deleted.files | 2 +-
 doku.php           | 2 +-
 install.php        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/deleted.files b/data/deleted.files
index e154ce179..ec5d3b65d 100644
--- a/data/deleted.files
+++ b/data/deleted.files
@@ -4,7 +4,7 @@
 # A copy of this list is maintained at
 # http://www.dokuwiki.org/install:upgrade#files_to_remove
 
-# removed in rc2011-04-22
+# removed in 2011-05-25
 conf/words.aspell.dist
 lib/styles/style.css
 
diff --git a/doku.php b/doku.php
index 1ea0c4635..c25f878e5 100644
--- a/doku.php
+++ b/doku.php
@@ -7,7 +7,7 @@
  */
 
 // update message version
-$updateVersion = 32;
+$updateVersion = 33;
 
 //  xdebug_start_profiling();
 
diff --git a/install.php b/install.php
index 27f888523..5d71db515 100644
--- a/install.php
+++ b/install.php
@@ -47,7 +47,7 @@ $dokuwiki_hash = array(
     '2009-02-14'   => 'ec8c04210732a14fdfce0f7f6eead865',
     '2009-12-25'   => '993c4b2b385643efe5abf8e7010e11f4',
     '2010-11-07'   => '7921d48195f4db21b8ead6d9bea801b8',
-    'rc2011-04-22' => '4241865472edb6fa14a1227721008072',
+    '2011-05-25'   => '4241865472edb6fa14a1227721008072',
 );
 
 
-- 
GitLab