From 2a5a1456564635ddbca06edbc902e7f820d2a97b Mon Sep 17 00:00:00 2001 From: Guy Brand <gb@unistra.fr> Date: Fri, 10 May 2013 14:34:29 +0200 Subject: [PATCH] Release preparation --- data/deleted.files | 3 +++ doku.php | 2 +- install.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/data/deleted.files b/data/deleted.files index 4b9657da2..664086c25 100644 --- a/data/deleted.files +++ b/data/deleted.files @@ -4,6 +4,9 @@ # A copy of this list is maintained at # http://www.dokuwiki.org/install:upgrade#files_to_remove +# removed in 2013-05-10 +lib/plugins/info/lang/sl/lang.php + # removed in 2013-04-06 inc/adLDAP.php inc/auth/ad.class.php diff --git a/doku.php b/doku.php index c058bb64a..9aeb30013 100644 --- a/doku.php +++ b/doku.php @@ -9,7 +9,7 @@ */ // update message version -$updateVersion = 39; +$updateVersion = 40; // xdebug_start_profiling(); diff --git a/install.php b/install.php index 53ef4a175..24f06608d 100644 --- a/install.php +++ b/install.php @@ -55,7 +55,7 @@ $dokuwiki_hash = array( '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31', '2012-01-25' => '72c083c73608fc43c586901fd5dabb74', '2012-09-10' => 'eb0b3fc90056fbc12bac6f49f7764df3', - '2013-04-06' => '7b62b75245f57f122d3e0f8ed7989623', + '2013-05-10' => '7b62b75245f57f122d3e0f8ed7989623', ); -- GitLab