about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/FAQ.yo2
-rw-r--r--README2
4 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a2f5e06f..554d4d36c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-01-13  Peter Stephenson  <pws@csr.com>
 
+	* unposted: README, Config/version.mk, Etc/FAQ.yo:
+	release 4.2.3.
+
 	* 20698: Test/ztst.zsh: improve 20692 by using tail function
 	to overcome POSIX problems.
 
diff --git a/Config/version.mk b/Config/version.mk
index 04ca29afc..7e558ff3c 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.2.2
-VERSION_DATE='January 12, 2005'
+VERSION=4.2.3
+VERSION_DATE='January 13, 2005'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 00726418b..b8b10c625 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -294,7 +294,7 @@ sect(On what machines will it run?)
 
 sect(What's the latest version?)
 
-  Zsh 4.2.2 is the latest production version.
+  Zsh 4.2.3 is the latest production version.
 
   There will not be any further 4.0 releases now that 4.2 has become
   the stable version.
diff --git a/README b/README
index 1bfe8ee84..6069beadd 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ THE Z SHELL (ZSH)
 Version
 -------
 
-This is zsh version 4.2.2.  This is a stable version.
+This is zsh version 4.2.3.  This is a stable version.
 
 Installing Zsh
 --------------