summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordana <dana@dana.is>2022-05-14 14:13:12 -0500
committerdana <dana@dana.is>2022-05-14 14:13:12 -0500
commit74647ade06864fb6005a9bd079ffce5158c9a05a (patch)
treec6ba53888c32c6518f8df48d5836c26ea7936a21
parent73d317384c9225e46d66444f93b46f0fbe7084ef (diff)
downloadzsh-74647ade06864fb6005a9bd079ffce5158c9a05a.tar.gz
zsh-74647ade06864fb6005a9bd079ffce5158c9a05a.zip
unposted: Post-release version bump
-rw-r--r--ChangeLog2
-rw-r--r--Config/version.mk4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5425b198f..6f3fd4408 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2022-05-14 dana <dana@dana.is>
+ * unposted: Config/version.mk: Post-release version bump
+
* unposted: Config/version.mk: Update for 5.9
2022-05-11 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
diff --git a/Config/version.mk b/Config/version.mk
index 524c87246..e1b02e713 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
-VERSION=5.9
-VERSION_DATE='May 14, 2022'
+VERSION=5.9.0.1-dev
+VERSION_DATE='May 15, 2022'