diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-20 10:23:50 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-20 10:23:50 +0000 |
| commit | 1a0f907a7762ef923cbd3342d64114924a740273 (patch) | |
| tree | 275af5e1ecf764702f98cbb07d422ce7ee7c59de | |
| parent | 25912: fix another metafication bug in completion (diff) | |
| download | zsh-1a0f907a7762ef923cbd3342d64114924a740273.tar zsh-1a0f907a7762ef923cbd3342d64114924a740273.tar.gz zsh-1a0f907a7762ef923cbd3342d64114924a740273.tar.bz2 zsh-1a0f907a7762ef923cbd3342d64114924a740273.tar.lz zsh-1a0f907a7762ef923cbd3342d64114924a740273.tar.xz zsh-1a0f907a7762ef923cbd3342d64114924a740273.tar.zst zsh-1a0f907a7762ef923cbd3342d64114924a740273.zip | |
unposted: 4.3.6-dev-2zsh-4.3.6-dev-2
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Config/version.mk | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2008-10-20 Peter Stephenson <pws@csr.com> + + * unposted: Config/version.mk: 4.3.6-dev-2. + 2008-10-18 Peter Stephenson <p.w.stephenson@ntlworld.com> * 25912: Doc/Zsh/compwid.yo, Src/Zle/computil.c: fix yet another diff --git a/Config/version.mk b/Config/version.mk index 5ff4b51c1..a7ceda055 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.3.6-dev-1 -VERSION_DATE='October 10, 2008' +VERSION=4.3.6-dev-2 +VERSION_DATE='October 20, 2008' |
