diff options
author | Guy Brand <gb@unistra.fr> | 2018-05-03 08:36:13 +0200 |
---|---|---|
committer | Guy Brand <gb@unistra.fr> | 2018-05-03 08:36:13 +0200 |
commit | 879d2b08ea80562b2c649cc70c70831f126674e4 (patch) | |
tree | 10cdee70cf95cdfb4622c444a3ba7c6d4be3f5db | |
parent | c5a85f9e06267ca97bdb465227ff964bc1dc84c1 (diff) | |
download | dokuwiki-879d2b08ea80562b2c649cc70c70831f126674e4.tar.gz dokuwiki-879d2b08ea80562b2c649cc70c70831f126674e4.zip |
Hotfix release 2018-04-22a "Greebo"release-2018-04-22a
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doku.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -2018-04-22 "Greebo" +2018-04-22a "Greebo" @@ -9,7 +9,7 @@ */ // update message version - always use a string to avoid localized floats! -$updateVersion = "50"; +$updateVersion = "50.1"; // xdebug_start_profiling(); |