summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86f658d0a..c971f1a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-25 Rodney Dawes <dobey@novell.com>
+
+ * NEWS:
+ * configure.in: Update for 2.14.1 release
+
2006-02-23 Rodney Dawes <dobey@novell.com>
* index.theme.in: Revert back to using Scalable type for filesystems
diff --git a/NEWS b/NEWS
index e522a6551..cf78f7165 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 2.14.1
+
+* Revert to using Scalable for 48x48/{filesystems,mimetypes} (Rodney Dawes)
+
Version 2.14.0
* New stock_person icon
diff --git a/configure.in b/configure.in
index b7c5c9ae0..61e9f63a0 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.14.0],
+AC_INIT([gnome-icon-theme], [2.14.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)