diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-08-16 09:52:56 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-08-16 09:52:56 +0000 |
commit | 7d3220f2981c81dbd3cbde873c1bb4d540c92574 (patch) | |
tree | 42dc0190ace60c7558619a8a208612c5c4d03376 /Config/version.mk | |
parent | b8e6c82fab9d36e463fe32ed5b1a905c795919d5 (diff) | |
download | zsh-7d3220f2981c81dbd3cbde873c1bb4d540c92574.tar.gz zsh-7d3220f2981c81dbd3cbde873c1bb4d540c92574.tar.xz zsh-7d3220f2981c81dbd3cbde873c1bb4d540c92574.zip |
20251: integer conversion truncation
20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1
Diffstat (limited to 'Config/version.mk')
-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 7a0c1aeb7..590fc1e89 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=4.2.1 -VERSION_DATE='August 13, 2004' +VERSION=4.2.1-dev-1 +VERSION_DATE='August 16, 2004' |