aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-21 14:27:09 -0500
committerTed Gould <ted@gould.cx>2012-03-21 14:27:09 -0500
commit6460e42cc9d14f03204e836b0f984102eac8159c (patch)
tree17fc215e733326c96649dc5eb8dc3ecdf5d45bed /configure.ac
parent588831fa1ac3390f08d0f40d6f7e0da6a969b99d (diff)
parentebab055ed741101f59c320367eb8be7484555a48 (diff)
downloadlibdbusmenu-6460e42cc9d14f03204e836b0f984102eac8159c.tar.gz
libdbusmenu-6460e42cc9d14f03204e836b0f984102eac8159c.tar.bz2
libdbusmenu-6460e42cc9d14f03204e836b0f984102eac8159c.zip
* New upstream release.
* Fix theme change bug (LP: #953509) * Don't request event responses if no one is listening * Fix a warning on custom menu items without labels
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 ef691c6..42c5b3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 0.5.94, ted@canonical.com)
+AC_INIT(libdbusmenu, 0.5.95, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 0.5.94, [-Wno-portability])
+AM_INIT_AUTOMAKE(libdbusmenu, 0.5.95, [-Wno-portability])
AM_MAINTAINER_MODE
@@ -165,7 +165,7 @@ AC_PATH_PROG([XSLT_PROC], [xsltproc])
###########################
LIBDBUSMENU_CURRENT=4
-LIBDBUSMENU_REVISION=11
+LIBDBUSMENU_REVISION=12
LIBDBUSMENU_AGE=0
AC_SUBST(LIBDBUSMENU_CURRENT)