From 5371328c2ade9ee2c2e09db62992fe4cfaadbbf1 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Wed, 25 Jan 2012 20:22:25 +0100
Subject: [PATCH] release preparations

---
 doku.php    | 2 +-
 install.php | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doku.php b/doku.php
index e23757298..e699c818b 100644
--- a/doku.php
+++ b/doku.php
@@ -7,7 +7,7 @@
  */
 
 // update message version
-$updateVersion = 35;
+$updateVersion = 36;
 
 //  xdebug_start_profiling();
 
diff --git a/install.php b/install.php
index 03a026028..61db2be9f 100644
--- a/install.php
+++ b/install.php
@@ -49,6 +49,7 @@ $dokuwiki_hash = array(
     '2010-11-07'   => '7921d48195f4db21b8ead6d9bea801b8',
     '2011-05-25'   => '4241865472edb6fa14a1227721008072',
     '2011-11-10'   => 'b46ff19a7587966ac4df61cbab1b8b31',
+    '2012-01-25'   => '72c083c73608fc43c586901fd5dabb74',
 );
 
 
-- 
GitLab