summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 27b77bcd1..ba917fb4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-12 Rodney Dawes <dobey@novell.com>
+
+ * configure.in: Update for 2.18.0 release
+
2007-03-09 Jakub Steiner <jimmac@ximian.com>
* 32x32/actions/object-rotate*: hack up a missing size
diff --git a/configure.in b/configure.in
index 53e7a629c..d0df9eb90 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.17.91],
+AC_INIT([gnome-icon-theme], [2.18.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)