summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dc5d080fb..9a4a51abe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-21 Rodney Dawes <dobey.pwns@gmail.com>
+
+ * configure.in:
+ Up version to 2.23.3 for release
+
2008-06-17 Lapo Calamandrei <calamandrei@gmail.com>
* {32x32,48x48}/actions/zoom* : little refresh for a more consistent look.
diff --git a/configure.in b/configure.in
index 83fdb6cf1..493cd4668 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([gnome-icon-theme], [2.23.2],
+AC_INIT([gnome-icon-theme], [2.23.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)