diff options
author | Callum McKenzie <callum@src.gnome.org> | 2009-01-15 00:41:56 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2009-01-15 00:41:56 +0000 |
commit | 657973799307bf651da1186699a143c0be724f62 (patch) | |
tree | fbd20112e2c9265fc15b778bc4964e06039cdc53 | |
parent | 92caee907bc4cd570c7cc2041ac566589cefb3e5 (diff) |
2.24.3.1GNOME_APPLETS_2_24_3_1
svn path=/branches/gnome-2-24/; revision=11203
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2009-01-15 Callum McKenzie <callum@spooky-possum.org> + + * NEWS: + * configure.in: 2.24.3.1 brown-paper-bag release. + ==================== 2.24.3 ====================== 2009-01-13 Callum McKenzie <callum@spooky-possum.org> @@ -1,3 +1,9 @@ +Changes in GNOME-Applets 2.24.3.1 +================================= + +This is a brown-paper-bag release to make sure the CPU Frequency +applet doesn't crash on start-up. + Changes in GNOME-Applets 2.24.3 =============================== diff --git a/configure.in b/configure.in index d79859c29..a79d7ca3a 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for GNOME-APPLETS *** dnl *************************************************************************** -AC_INIT(gnome-applets, 2.24.3) +AC_INIT(gnome-applets, 2.24.3.1) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) |