diff options
author | Guy Brand <gb@unistra.fr> | 2016-07-03 18:05:17 +0200 |
---|---|---|
committer | Guy Brand <gb@unistra.fr> | 2016-07-03 18:05:17 +0200 |
commit | 33e99aba20eef5b012776ebc4db0b87284e62ac4 (patch) | |
tree | 774dfb8c36fb792bc13c19232bb3c9aa7ad63811 | |
parent | bd4d782dcf92732ea18740269d74f517d777688a (diff) | |
download | dokuwiki-33e99aba20eef5b012776ebc4db0b87284e62ac4.tar.gz dokuwiki-33e99aba20eef5b012776ebc4db0b87284e62ac4.zip |
Release preparation
-rw-r--r-- | doku.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ */ // update message version - always use a string to avoid localized floats! -$updateVersion = "48"; +$updateVersion = "49"; // xdebug_start_profiling(); |