diff options
author | splitbrain <splitbrain@users.noreply.github.com> | 2023-04-04 08:22:07 +0000 |
---|---|---|
committer | splitbrain <splitbrain@users.noreply.github.com> | 2023-04-04 08:22:07 +0000 |
commit | ebc5ef05f93b3824dee8d1761ff3042c4dcd000e (patch) | |
tree | ca9eaf99cf40e25dfc0a608b77d848234636a09d | |
parent | 53995387957eade130326fba72a87466556093f5 (diff) | |
parent | 1e4e47625a7c46816aa6070feafa9e423046e6fc (diff) | |
download | dokuwiki-ebc5ef05f93b3824dee8d1761ff3042c4dcd000e.tar.gz dokuwiki-ebc5ef05f93b3824dee8d1761ff3042c4dcd000e.zip |
Release preparations for 2023-04-04 "Jack Jackrum"
-rw-r--r-- | VERSION | 1 | ||||
-rw-r--r-- | doku.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSION b/VERSION new file mode 100644 index 000000000..b760d34c5 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +2023-04-04 "Jack Jackrum" @@ -11,7 +11,7 @@ // update message version - always use a string to avoid localized floats! use dokuwiki\Extension\Event; -$updateVersion = "53"; +$updateVersion = "54"; // xdebug_start_profiling(); |