diff --git a/data/deleted.files b/data/deleted.files index e154ce179528a341f13061edf5bde17969cb150c..ec5d3b65d8a9ddc6f0df3525b290f2a16729c689 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 1ea0c4635ee4d95a4d0d446938e2a50208898800..c25f878e5c36bdab7711975c41a02f9d4aeb59ed 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 27f888523ad37565be3b97a40de899a6bca7df94..5d71db515219d4b4eac66e3c2f452638e61a95e9 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', );