From f72ce8843ecdba3e8a2c5604a44053873948f09f Mon Sep 17 00:00:00 2001 From: dana Date: Sun, 1 May 2022 04:58:54 -0500 Subject: [PATCH] unposted: Test release: 5.8.1.3-test --- ChangeLog | 2 ++ Config/version.mk | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72528a9b8..5648c3cd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ 2022-05-01 dana + * unposted: Config/version.mk: Update for 5.8.1.3-test (5.9) + * unposted: Etc/creating-a-release.txt: Mention #zsh topic 2022-04-30 Bart Schaefer diff --git a/Config/version.mk b/Config/version.mk index bf14a2eb2..ee6058b0d 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.8.1.2-test -VERSION_DATE='April 9, 2022' +VERSION=5.8.1.3-test +VERSION_DATE='May 1, 2022'