From b31fcef02fd24b3e746c9618e77152c7b84c2f2a Mon Sep 17 00:00:00 2001
From: Guy Brand <gb@unistra.fr>
Date: Mon, 10 Sep 2012 16:58:56 +0200
Subject: [PATCH] Release preparation

---
 data/deleted.files | 17 +++++++++++++++++
 doku.php           |  2 +-
 install.php        |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/data/deleted.files b/data/deleted.files
index d034e1d5b..e13ecd35c 100644
--- a/data/deleted.files
+++ b/data/deleted.files
@@ -4,6 +4,23 @@
 # A copy of this list is maintained at
 # http://www.dokuwiki.org/install:upgrade#files_to_remove
 
+# removed in 2012-09-10
+lib/images/arrow_down.gif
+lib/images/arrow_up.gif
+lib/images/at.gif
+lib/images/close.png
+lib/images/del.png
+lib/images/edit.gif
+lib/images/icon-file.png
+lib/images/icon-thumb.png
+lib/images/interwiki/skype.png
+lib/images/list-minus.gif
+lib/images/list-plus.gif
+lib/images/pencil.png
+lib/plugins/acl/rtl.css
+lib/plugins/config/rtl.css
+lib/plugins/plugin/rtl.css
+
 # removed in 2011-11-10
 lib/_fla/.htaccess
 lib/_fla/MultipleUpload.as
diff --git a/doku.php b/doku.php
index 2cdcbb8fa..ac80772e3 100644
--- a/doku.php
+++ b/doku.php
@@ -9,7 +9,7 @@
  */
 
 // update message version
-$updateVersion = 36.2;
+$updateVersion = 37;
 
 //  xdebug_start_profiling();
 
diff --git a/install.php b/install.php
index 017512533..dc5a617c2 100644
--- a/install.php
+++ b/install.php
@@ -54,7 +54,7 @@ $dokuwiki_hash = array(
     '2011-05-25'   => '4241865472edb6fa14a1227721008072',
     '2011-11-10'   => 'b46ff19a7587966ac4df61cbab1b8b31',
     '2012-01-25'   => '72c083c73608fc43c586901fd5dabb74',
-    'devel'        => 'eb0b3fc90056fbc12bac6f49f7764df3'
+    '2012-09-10'   => 'eb0b3fc90056fbc12bac6f49f7764df3'
 );
 
 
-- 
GitLab