summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doku.php2
-rw-r--r--install.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/doku.php b/doku.php
index 733d0a118..517cdeb2e 100644
--- a/doku.php
+++ b/doku.php
@@ -7,7 +7,7 @@
*/
// update message version
-$updateVersion = 27;
+$updateVersion = 28;
// xdebug_start_profiling();
diff --git a/install.php b/install.php
index e555d3f54..6c03893f5 100644
--- a/install.php
+++ b/install.php
@@ -46,7 +46,7 @@ $dokuwiki_hash = array(
'2008-05-04' => '1e5c42eac3219d9e21927c39e3240aad',
'2009-02-14' => 'ec8c04210732a14fdfce0f7f6eead865',
'2009-12-25' => '993c4b2b385643efe5abf8e7010e11f4',
- '2010-10-07rc' => '7921d48195f4db21b8ead6d9bea801b8'
+ '2010-10-27rc' => '7921d48195f4db21b8ead6d9bea801b8'
);