aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeni Golov <evgeni@debian.org>2010-07-01 11:24:43 +0200
committerEvgeni Golov <evgeni@debian.org>2010-07-01 11:24:43 +0200
commit6830905830ac78271515c586442a090cf7a0e3ff (patch)
tree9f5ef29e46f14d553df2622d38df80ea6ee1f0ac /configure.ac
parentc6d95ac4d53118c0a2f4b05c760bd03cc55e8c67 (diff)
parent01780416e8c1267838892fb6d114a84fe33dc590 (diff)
downloadlibdbusmenu-6830905830ac78271515c586442a090cf7a0e3ff.tar.gz
libdbusmenu-6830905830ac78271515c586442a090cf7a0e3ff.tar.bz2
libdbusmenu-6830905830ac78271515c586442a090cf7a0e3ff.zip
Merging lp:~ubuntu-desktop/dbusmenu/ubuntu
* New upstream release. * Adding support for menu shortcuts (LP: #591293) * Fixing distcheck of documentation builds * Autogen.sh fix for adding custom prefix (LP: #595565) * Fixing children property name to match spec (LP: #597321) * Merging in Debian branch * debian/control: Switching branch on this branch to be the dbusmenu-team. * debian/rules: Updating shlibs to 0.3.3 for shortcut API additions * Merge from Ubuntu. Closes: #586069 * debian/control: - Set Maintainer to pkg-ayatana. - Add myself as Uploader. - Update package descriptions. - Standards-Version: 3.8.4 - Fix Homepage URL. - Update Vcs-* fields. * debian/copyright: - Convert to DEP5 format. - Add Ken and Sebastien, according to changelog. - Add Aurélien Gâteau, according to headers.
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)