aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorsplitbrain <splitbrain@users.noreply.github.com>2023-04-04 08:22:07 +0000
committersplitbrain <splitbrain@users.noreply.github.com>2023-04-04 08:22:07 +0000
commitebc5ef05f93b3824dee8d1761ff3042c4dcd000e (patch)
treeca9eaf99cf40e25dfc0a608b77d848234636a09d
parent53995387957eade130326fba72a87466556093f5 (diff)
parent1e4e47625a7c46816aa6070feafa9e423046e6fc (diff)
downloaddokuwiki-ebc5ef05f93b3824dee8d1761ff3042c4dcd000e.tar.gz
dokuwiki-ebc5ef05f93b3824dee8d1761ff3042c4dcd000e.zip
Release preparations for 2023-04-04 "Jack Jackrum"
-rw-r--r--VERSION1
-rw-r--r--doku.php2
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"
diff --git a/doku.php b/doku.php
index 50e372632..21332d0b3 100644
--- a/doku.php
+++ b/doku.php
@@ -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();