diff options
| author | dana <dana@dana.is> | 2026-05-27 21:28:08 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-05-27 21:28:48 -0500 |
| commit | 115517ffcc9d2ba6aeada9656b7c1c8432cf3970 (patch) | |
| tree | ab94c8df85e415cfaf1bdb5a734143e1aa9afda7 /Config | |
| parent | unposted: creating-a-release: document new version sequence (diff) | |
| download | zsh-115517ffcc9d2ba6aeada9656b7c1c8432cf3970.tar zsh-115517ffcc9d2ba6aeada9656b7c1c8432cf3970.tar.gz zsh-115517ffcc9d2ba6aeada9656b7c1c8432cf3970.tar.bz2 zsh-115517ffcc9d2ba6aeada9656b7c1c8432cf3970.tar.lz zsh-115517ffcc9d2ba6aeada9656b7c1c8432cf3970.tar.xz zsh-115517ffcc9d2ba6aeada9656b7c1c8432cf3970.tar.zst zsh-115517ffcc9d2ba6aeada9656b7c1c8432cf3970.zip | |
unposted: version.mk: bump to 5.9.999.3-test
bumping only to align with new version sequence described in previous commit.
there will be no 5.9.999.3 release; the next test release will be 5.9.999.4
Diffstat (limited to 'Config')
| -rw-r--r-- | Config/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Config/version.mk b/Config/version.mk index 637bade7a..0b34ea7a2 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.0.3-test -VERSION_DATE='August 24, 2025' +VERSION=5.9.999.3-test +VERSION_DATE='May 27, 2026' |
