From c991623aeaf83a155d3332a49c61b153d9d7bca2 Mon Sep 17 00:00:00 2001 From: Adrian Lang <mail@adrianlang.de> Date: Fri, 22 Apr 2011 22:29:45 +0200 Subject: [PATCH] Release preparations --- data/deleted.files | 3 +++ doku.php | 2 +- install.php | 3 ++- 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', ); -- GitLab