diff options
| author | Ted Gould <ted@gould.cx> | 2011-01-31 15:52:26 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-01-31 15:52:26 -0600 |
| commit | 284b6b17cfc3b0be1f371c4787eec795c166c7ca (patch) | |
| tree | b79c3891b3af838a4f36857ac61044e5e81bf138 /configure.ac | |
| parent | 6022220a0c208d0fea140ed3ed80e1806983f3b9 (diff) | |
| parent | 6c339510a684ba9a8f01fc57188bb4953be0e30b (diff) | |
| download | libdbusmenu-284b6b17cfc3b0be1f371c4787eec795c166c7ca.tar.gz libdbusmenu-284b6b17cfc3b0be1f371c4787eec795c166c7ca.tar.bz2 libdbusmenu-284b6b17cfc3b0be1f371c4787eec795c166c7ca.zip | |
* New upstream release.
* Fix crashes on rapidly creating and destroying client
and menu objects (LP: #709754)
* Fix dynamically changed submenus to get the parsed
(LP: #696896)
* Fix bad signature on GetProperties with no hits
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 619cb17..b479fce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.3.94, ted@canonical.com) +AC_INIT(libdbusmenu, 0.3.95, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.62) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libdbusmenu, 0.3.94, [-Wno-portability]) +AM_INIT_AUTOMAKE(libdbusmenu, 0.3.95, [-Wno-portability]) AM_MAINTAINER_MODE @@ -136,7 +136,7 @@ AC_PATH_PROG([XSLT_PROC], [xsltproc]) ########################### LIBDBUSMENU_CURRENT=3 -LIBDBUSMENU_REVISION=2 +LIBDBUSMENU_REVISION=3 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) |
