aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-24 09:27:00 -0500
committerTed Gould <ted@gould.cx>2010-06-24 09:27:00 -0500
commit508eb5b89e17e6580570cb769d0b2f65a2313f20 (patch)
tree14b3d902a314d51513bf7faa16c3109e85671e04 /configure.ac
parente9980c6707db96611eecb0189e712422499c1e82 (diff)
parent1a54d0070d99cca1322995bb74ab6027ee1dc434 (diff)
downloadlibdbusmenu-508eb5b89e17e6580570cb769d0b2f65a2313f20.tar.gz
libdbusmenu-508eb5b89e17e6580570cb769d0b2f65a2313f20.tar.bz2
libdbusmenu-508eb5b89e17e6580570cb769d0b2f65a2313f20.zip
* New upstream release.
* Adding support for menu shortcuts (LP: #591293) * Autogen.sh fix for adding custom prefix (LP: #595565) * Fixing children property name to match spec (LP: #597321)
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 938fe84..80c4b8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 0.3.2, ted@canonical.com)
+AC_INIT(libdbusmenu, 0.3.3, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 0.3.2, [-Wno-portability])
+AM_INIT_AUTOMAKE(libdbusmenu, 0.3.3, [-Wno-portability])
AM_MAINTAINER_MODE
@@ -85,7 +85,7 @@ AC_PATH_PROG([VALA_API_GEN], [vapigen])
###########################
LIBDBUSMENU_CURRENT=1
-LIBDBUSMENU_REVISION=7
+LIBDBUSMENU_REVISION=8
LIBDBUSMENU_AGE=0
AC_SUBST(LIBDBUSMENU_CURRENT)