diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-19 19:03:09 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-19 19:03:09 +0000 |
commit | 155df70ca803d4d69a37f9e25d47cc9d7ab771fc (patch) | |
tree | 3fec9f2c2b019370f220fe5c7215cf93eaf608f2 /Config/version.mk | |
parent | e1a22eb2f9269d0a3aa0de9eddbf79a2dfe4c759 (diff) | |
download | zsh-155df70ca803d4d69a37f9e25d47cc9d7ab771fc.tar.gz zsh-155df70ca803d4d69a37f9e25d47cc9d7ab771fc.tar.xz zsh-155df70ca803d4d69a37f9e25d47cc9d7ab771fc.zip |
Test additions; 3.1.7-pre-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 23e9153f7..481d3cbcb 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=3.1.6-dev-22 -VERSION_DATE='April 9, 2000' +VERSION=3.1.7-pre-1 +VERSION_DATE='April 19, 2000' |