aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d6ecc08..c9cc147 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+12.10.1
+ - Revert the vala bindings' naming for the 12.10 cycle; revisit next time
+
12.10.0
- Honor changes to GtkSettings' gtk-menu-images value (LP: #927236)
- don't display an underscore on menuitimes containing a '&' (LP: #994564)
diff --git a/configure.ac b/configure.ac
index e0c61bd..9a05419 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 12.10.0, ted@canonical.com)
+AC_INIT(libdbusmenu, 12.10.1, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 12.10.0, [-Wno-portability])
+AM_INIT_AUTOMAKE(libdbusmenu, 12.10.1, [-Wno-portability])
AM_MAINTAINER_MODE