diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Config/version.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2ca77bf9c..7d9a776f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-03-26 Peter Stephenson <pws@csr.com> + * unposted: Config/version.mk: 4.3.5-dev-3. + * 25753 (after various previous attempts): Completion/Unix/Type/_canonical_paths: use zstat to find canonical name for symbolic links. diff --git a/Config/version.mk b/Config/version.mk index e1c7b5e6a..b2fc9072a 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.5-dev-2 +VERSION=4.3.5-dev-3 VERSION_DATE='March 26, 2008' |