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 f7b6ef9fa..7228007fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-17 Rodney Dawes <dobey@novell.com>
+
+ * configure.in: Update for 2.17.1 release
+
2006-10-11 Jakub Steiner <jimmac@ximian.com>
* object*: rotate and flip icons from lapo. Fixes bug #313387
diff --git a/configure.in b/configure.in
index 3aa489ccf..ad66da848 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.16.0.1],
+AC_INIT([gnome-icon-theme], [2.17.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)