diff options
author | Andreas Gohr <andi@splitbrain.org> | 2024-08-05 08:27:23 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2024-08-05 08:27:23 +0200 |
commit | aad0b49e48318eb343208b2c865291716c1819b3 (patch) | |
tree | f677eeb8d57e2fe53573ba658dfa81f99758b116 | |
parent | 24f685733f8195e9389bb5131c6ce0aa18319a7d (diff) | |
download | dokuwiki-stable.tar.gz dokuwiki-stable.zip |
hotfix preparationsrelease-2024-02-06bstable
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doku.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -2024-02-06a "Kaos" +2024-02-06b "Kaos" @@ -13,7 +13,7 @@ use dokuwiki\ChangeLog\PageChangeLog; use dokuwiki\Extension\Event; // update message version - always use a string to avoid localized floats! -$updateVersion = "55.1"; +$updateVersion = "55.2"; // xdebug_start_profiling(); |