From 57271d078b9c433bec79d75cb44dadcafeae07df Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Mon, 29 Sep 2014 20:15:27 +0200
Subject: [PATCH] release preparations

---
 doku.php    | 2 +-
 install.php | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/doku.php b/doku.php
index f4309d122..261ceaec2 100644
--- a/doku.php
+++ b/doku.php
@@ -9,7 +9,7 @@
  */
 
 // update message version
-$updateVersion = 45;
+$updateVersion = 46;
 
 //  xdebug_start_profiling();
 
diff --git a/install.php b/install.php
index 767dd332f..c8bc68ef9 100644
--- a/install.php
+++ b/install.php
@@ -58,7 +58,6 @@ $dokuwiki_hash = array(
     '2013-05-10'   => '7b62b75245f57f122d3e0f8ed7989623',
     '2013-12-08'   => '263c76af309fbf083867c18a34ff5214',
     '2014-05-05'   => '263c76af309fbf083867c18a34ff5214',
-    'devel'        => 'b3ddc3f793eac8c135176e535054c00a',
 );
 
 
-- 
GitLab