mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: version 5.4
This commit is contained in:
parent
2eacbef919
commit
9ecaeefa47
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2017-08-07 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: version 5.4.
|
||||
|
||||
* 41499 (with one further tweak): Src/utils.c,
|
||||
Doc/Zsh/options.yo, Test/E01options.ztst: With POSIX_STRINGS
|
||||
ignore terminating separator when splitting.
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
# This must also serve as a shell script, so do not add spaces around the
|
||||
# `=' signs.
|
||||
|
||||
VERSION=5.3.1-test-2
|
||||
VERSION_DATE='July 31, 2017'
|
||||
VERSION=5.4
|
||||
VERSION_DATE='August 7, 2017'
|
||||
|
|
Loading…
Reference in a new issue