diff --git a/ChangeLog b/ChangeLog index dee181cde..6e56d4ecb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-08-24 Eric Cook + + * unposted: Config/version.mk: Test release: zsh-5.9.0.3-test. + + 2025-08-16 dana * 53808: Doc/Zsh/expn.yo: clarify Yn globqual explanation diff --git a/Config/version.mk b/Config/version.mk index 5706b9237..637bade7a 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.2-test -VERSION_DATE='April 13, 2025' +VERSION=5.9.0.3-test +VERSION_DATE='August 24, 2025'