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 7891d7a04..aa4f26ad7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-21 Rodney Dawes <dobey@novell.com>
+
+ * configure.in: Update for 2.16.1 release
+
2006-11-13 Rodney Dawes <dobey@novell.com>
* index.theme.in: Add scalable/actions to the theme
diff --git a/configure.in b/configure.in
index 3aa489ccf..7167f1f13 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.16.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)