aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-01 09:12:29 -0500
committerTed Gould <ted@gould.cx>2010-04-01 09:12:29 -0500
commit8e258679cc4e74929776e27f19663e7d1981c77b (patch)
treed5369ccd25076140deb6a093daa42facd51708fd /configure.ac
parentc1aafdb75dbb6cedaba949a37cc3486b47697de5 (diff)
parent187a33539569163ee953903010169356b8d57beb (diff)
downloadlibdbusmenu-8e258679cc4e74929776e27f19663e7d1981c77b.tar.gz
libdbusmenu-8e258679cc4e74929776e27f19663e7d1981c77b.tar.bz2
libdbusmenu-8e258679cc4e74929776e27f19663e7d1981c77b.zip
* New upstream release.
* Changing the parse function to get_children instead of taking them. (LP: #471044) * Supporting AboutToShow in event callbacks to catch up with QT implementation. * Unrefing on layout updates (LP: #545026) * Resetting sync versions on disconnection * Removing useless warning - Added extended description for gir1.0-dbusmenu-gtk-0.2 and
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 7f6c776..b88d96d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 0.2.8, ted@canonical.com)
+AC_INIT(libdbusmenu, 0.2.9, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 0.2.8, [-Wno-portability])
+AM_INIT_AUTOMAKE(libdbusmenu, 0.2.9, [-Wno-portability])
AM_MAINTAINER_MODE
@@ -78,7 +78,7 @@ AC_PATH_PROG([VALA_API_GEN], [vapigen])
###########################
LIBDBUSMENU_CURRENT=1
-LIBDBUSMENU_REVISION=5
+LIBDBUSMENU_REVISION=6
LIBDBUSMENU_AGE=0
AC_SUBST(LIBDBUSMENU_CURRENT)