diff --git a/ChangeLog b/ChangeLog
index 3130a0fc0..32917998f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-30 Richard Frith-Macdonald
A new stable release with many minor bugfixes and tweaks.
+ With this release the official supported compiler for GNUstep
+ is gcc-4.0 and later.
+
A new stable release with many minor bugfices and tweaks.
diff --git a/NSTimeZones/NSTimeZones.tar b/NSTimeZones/NSTimeZones.tar
index 4db3e9e74..6cab25421 100644
Binary files a/NSTimeZones/NSTimeZones.tar and b/NSTimeZones/NSTimeZones.tar differ
diff --git a/Version b/Version
index f65734803..14b11f6b9 100644
--- a/Version
+++ b/Version
@@ -6,10 +6,10 @@ GCC_VERSION=4.0.0
# The version number of this release.
MAJOR_VERSION=1
-MINOR_VERSION=23
-SUBMINOR_VERSION=1
+MINOR_VERSION=24
+SUBMINOR_VERSION=0
# numeric value should match above
-VERSION_NUMBER=123.1
+VERSION_NUMBER=124.0
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}