diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-20 08:48:45 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-20 08:48:45 +0000 |
commit | ccc76c933f41f24a596397af4c529486b71368aa (patch) | |
tree | 5f7e39826ba0c5d0a2575758a837e0293aeded08 | |
parent | 67ef9605f12969b5eab407f83fb117867b15655f (diff) | |
download | zsh-ccc76c933f41f24a596397af4c529486b71368aa.tar.gz zsh-ccc76c933f41f24a596397af4c529486b71368aa.tar.xz zsh-ccc76c933f41f24a596397af4c529486b71368aa.zip |
update version to 4.3.12-dev-1 because of wordcode changes
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Config/version.mk | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 09d623ef7..011a8ed7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-06-20 Peter Stephenson <pws@csr.com> + + * unposted: update version to 4.3.12-dev-1 as wordcode + now incompatible with anonymous functions. + 2011-06-20 Doug Kearns <dougkearns@gmail.com> * unposted: Completion/BSD/Command/_sockstat, @@ -15033,5 +15038,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5378 $ +* $Revision: 1.5379 $ ***************************************************** diff --git a/Config/version.mk b/Config/version.mk index 8806ef463..0a46c9366 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.12-dev-0 -VERSION_DATE='May 31, 2011' +VERSION=4.3.12-dev-1 +VERSION_DATE='June 20, 2011' |