aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-15 11:36:32 -0600
committerTed Gould <ted@gould.cx>2012-02-15 11:36:32 -0600
commit387f0a7dc93b30a211b569746e951520f13fa9df (patch)
treed00023519498498c389f1c83f6cb745bcd67376a /configure.ac
parent6719880bf5790e4eb3c998b79304161d0430f85e (diff)
parentaeee68e0dd671630e9d1ffa4c8bee5dd78db2066 (diff)
downloadlibdbusmenu-387f0a7dc93b30a211b569746e951520f13fa9df.tar.gz
libdbusmenu-387f0a7dc93b30a211b569746e951520f13fa9df.tar.bz2
libdbusmenu-387f0a7dc93b30a211b569746e951520f13fa9df.zip
* New upstream release.
* Remove unused const on GStrv's * Only free when there is data to free * Ensure that we only return once even with error (LP: #929856) * Fix an error on a failure to send properties (LP: #929707) * Ensure the hash variant isn't NULL in the comparison (LP: #929710) * Fix some of the issues with throwing criticals * Ensure our tests fail if they throw criticals * Parse and handle a11y descriptions * Don't pass NULL to ATK * Non-srcdir build fixes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ce321bc..aef35a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 0.5.90, ted@canonical.com)
+AC_INIT(libdbusmenu, 0.5.91, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 0.5.90, [-Wno-portability])
+AM_INIT_AUTOMAKE(libdbusmenu, 0.5.91, [-Wno-portability])
AM_MAINTAINER_MODE
@@ -165,7 +165,7 @@ AC_PATH_PROG([XSLT_PROC], [xsltproc])
###########################
LIBDBUSMENU_CURRENT=4
-LIBDBUSMENU_REVISION=7
+LIBDBUSMENU_REVISION=8
LIBDBUSMENU_AGE=0
AC_SUBST(LIBDBUSMENU_CURRENT)