Release preparations
This commit is contained in:
parent
1c57662f5f
commit
5ff127375b
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
2
doku.php
2
doku.php
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
// update message version
|
||||
$updateVersion = 32;
|
||||
$updateVersion = 33;
|
||||
|
||||
// xdebug_start_profiling();
|
||||
|
||||
|
|
|
@ -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',
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue