diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-06-27 05:33:04 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-06-27 05:33:04 +0000 |
commit | 346825df86466cf151be61b9429ef2c1734e66ea (patch) | |
tree | bd3e1ccd947b47f974c62b4113c5276416de2c9f /Config | |
parent | a2159285e80508bb682d90a71270fbddada8bd05 (diff) | |
download | zsh-346825df86466cf151be61b9429ef2c1734e66ea.tar.gz zsh-346825df86466cf151be61b9429ef2c1734e66ea.tar.xz zsh-346825df86466cf151be61b9429ef2c1734e66ea.zip |
zsh-3.1.5-pws-24 zsh-3.1.5-pws-24
Diffstat (limited to 'Config')
-rw-r--r-- | Config/.cvsignore | 1 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Config/.cvsignore b/Config/.cvsignore index e69de29bb..1eda58e7d 100644 --- a/Config/.cvsignore +++ b/Config/.cvsignore @@ -0,0 +1 @@ +defs.mk diff --git a/Config/version.mk b/Config/version.mk index 21d3d6e24..741233926 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.5-pws-22 -VERSION_DATE='June 13, 1999' +VERSION=3.1.5-pws-24 +VERSION_DATE='June 26, 1999' |