diff options
author | Ted Gould <ted@gould.cx> | 2010-02-25 10:21:19 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-25 10:21:19 -0600 |
commit | 99cc36a40cfe6694e119b3f5e9292f5bca931dd0 (patch) | |
tree | 69571ad6b22d2d0c67ae501432ec0edbf8ebefe0 /configure.ac | |
parent | 2fbb0fde5d48b456821e97394017aa6b85302bcd (diff) | |
parent | 70dbdabe93be35352fb29f8d63f52d710d8544e3 (diff) | |
download | libdbusmenu-99cc36a40cfe6694e119b3f5e9292f5bca931dd0.tar.gz libdbusmenu-99cc36a40cfe6694e119b3f5e9292f5bca931dd0.tar.bz2 libdbusmenu-99cc36a40cfe6694e119b3f5e9292f5bca931dd0.zip |
* Upstream release 0.2.6
* Fix testing to make it more reliable
* Remove delayed property queueing as it was causing
properties to not get updated.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 798ba0a..2d08437 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.2.5, ted@canonical.com) +AC_INIT(libdbusmenu, 0.2.6, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libdbusmenu, 0.2.5) +AM_INIT_AUTOMAKE(libdbusmenu, 0.2.6) AM_MAINTAINER_MODE @@ -66,7 +66,7 @@ AC_SUBST(DBUSMENUTESTS_LIBS) ########################### LIBDBUSMENU_CURRENT=1 -LIBDBUSMENU_REVISION=3 +LIBDBUSMENU_REVISION=4 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) |