diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Config/version.mk | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 28b4d8f87..4099db1ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-04-02 Peter Stephenson <pws@csr.com> + * unposted: update version to 4.3.6-dev-0 to avoid clash with + released version. + * 24781: Doc/Zsh/contrib.yo, Functions/Zle/match-word-context: make word-context style more useful by using previous or next word depending on widget name. diff --git a/Config/version.mk b/Config/version.mk index 349f6bf3e..564f4b33a 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 +VERSION=4.3.6-dev-0 VERSION_DATE='April 2, 2008' |