summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2011-04-22 22:29:45 +0200
committerAdrian Lang <mail@adrianlang.de>2011-04-22 22:42:36 +0200
commitc991623aeaf83a155d3332a49c61b153d9d7bca2 (patch)
treec599eb16755b882778c6305e18d5c4576a22dbba
parent0c074a526c832cbb5f44e7c8f0a22d174ac3008f (diff)
downloadrpg-c991623aeaf83a155d3332a49c61b153d9d7bca2.tar.gz
rpg-c991623aeaf83a155d3332a49c61b153d9d7bca2.tar.bz2
Release preparations
-rw-r--r--data/deleted.files3
-rw-r--r--doku.php2
-rw-r--r--install.php3
3 files changed, 6 insertions, 2 deletions
diff --git a/data/deleted.files b/data/deleted.files
index 4d6f31dbf..e154ce179 100644
--- a/data/deleted.files
+++ b/data/deleted.files
@@ -4,6 +4,9 @@
# A copy of this list is maintained at
# http://www.dokuwiki.org/install:upgrade#files_to_remove
+# removed in rc2011-04-22
+conf/words.aspell.dist
+lib/styles/style.css
# removed in 2010-11-07
inc/lang/ar/subscribermail.txt
diff --git a/doku.php b/doku.php
index dc5e0ec66..3e038e3e3 100644
--- a/doku.php
+++ b/doku.php
@@ -7,7 +7,7 @@
*/
// update message version
-$updateVersion = 30;
+$updateVersion = 31;
// xdebug_start_profiling();
diff --git a/install.php b/install.php
index 9b852977f..27f888523 100644
--- a/install.php
+++ b/install.php
@@ -46,7 +46,8 @@ $dokuwiki_hash = array(
'2008-05-04' => '1e5c42eac3219d9e21927c39e3240aad',
'2009-02-14' => 'ec8c04210732a14fdfce0f7f6eead865',
'2009-12-25' => '993c4b2b385643efe5abf8e7010e11f4',
- '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8'
+ '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8',
+ 'rc2011-04-22' => '4241865472edb6fa14a1227721008072',
);