about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Config/version.mk4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2833539a8..78be78583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-20  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* unposted: Config/version.mk: zsh 5.0.1.
+
 2012-12-18  Oliver Kiddle <opk@zsh.org>
 
 	* 30877: Etc/zsh-development-guide: document git workflow
@@ -397,5 +401,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5775 $
+* $Revision: 1.5776 $
 *****************************************************
diff --git a/Config/version.mk b/Config/version.mk
index fb2d5dd7f..6c064f86e 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=5.0.0-test-1
-VERSION_DATE='December 16, 2012'
+VERSION=5.0.1
+VERSION_DATE='December 20, 2012'