about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Config/version.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebf1d0d4d..a1c88dbc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-22  Clint Adams  <clint@zsh.org>
+
+	* unposted (cf. zsh-users/8412): Config/version.mk: fix
+	year typo.
+
 2005-01-21  Bart Schaefer  <schaefer@brasslantern.com>
 
 	* unposted (cf. zsh-users/8409): Functions/Zle/keeper: "keeper"
diff --git a/Config/version.mk b/Config/version.mk
index b8196ec46..9acc0384c 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -28,4 +28,4 @@
 # `=' signs.
 
 VERSION=4.2.3-dev-1
-VERSION_DATE='January 14, 2006'
+VERSION_DATE='January 14, 2005'