diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-17 13:15:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-17 13:15:44 +0000 |
commit | f15a9108cf9ef3bf64c2c54bef1fe7e989f83fe9 (patch) | |
tree | 0c527422e78e00725146cc6f8e591dab4a5b68ff /Config/version.mk | |
parent | 98307b767c106690123c83f608ab51dc461c66ae (diff) | |
download | zsh-f15a9108cf9ef3bf64c2c54bef1fe7e989f83fe9.tar.gz zsh-f15a9108cf9ef3bf64c2c54bef1fe7e989f83fe9.tar.xz zsh-f15a9108cf9ef3bf64c2c54bef1fe7e989f83fe9.zip |
Version 4.1.0-dev-5
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 c43e21e5a..af4b0ea23 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.1.0-dev-4 -VERSION_DATE='March 5, 2002' +VERSION=4.1.0-dev-5 +VERSION_DATE='June 17, 2002' |