diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-09-19 19:06:22 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-09-19 19:06:22 -0500 |
commit | 61ea13c1c60838570de64b026172dcf13d56ccb0 (patch) | |
tree | 57b44c1400077d86e0488ce943735a0f4e6c7af6 | |
parent | 8f64d9a61a64ed3b0ff7b1248a2d8f92524907e2 (diff) | |
download | libdbusmenu-61ea13c1c60838570de64b026172dcf13d56ccb0.tar.gz libdbusmenu-61ea13c1c60838570de64b026172dcf13d56ccb0.tar.bz2 libdbusmenu-61ea13c1c60838570de64b026172dcf13d56ccb0.zip |
Undo r423, I found this bug while preparing the dbusmenu release but forgot to revert the version before pushing this branch.
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 2 insertions, 10 deletions
@@ -1,8 +0,0 @@ -12.10.0 - - Honor changes to GtkSettings' gtk-menu-images value (lp: #927236) - - don't display an underscore on menuitimes containing a '&' (lp: #994564) - - set the widget for the accelerator even if there isn't a mnemonic (lp: #982656) - - make the vala bindings use pkg-config names, rather than gir ones - - Some platforms don't have valgrind, so treat those unit tests separately - - make headers match independent of the build directory - - constify some public API calls diff --git a/configure.ac b/configure.ac index e0c61bd..608e80d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 12.10.0, ted@canonical.com) +AC_INIT(libdbusmenu, 0.6.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, 0.6.1, [-Wno-portability]) AM_MAINTAINER_MODE |