diff options
author | Ted Gould <ted@gould.cx> | 2011-01-20 08:35:41 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-20 08:35:41 -0600 |
commit | 3354af7e467e14415756fc3e640b5c027af5ebde (patch) | |
tree | efbfca380ee736963f6f1e4aa949c6f25fd28404 /configure.ac | |
parent | 2461e539704dc3b306c24b5b841be342111a76b9 (diff) | |
parent | 97fe110d8f5b65fb39737b7d525db47becd27971 (diff) | |
download | libdbusmenu-3354af7e467e14415756fc3e640b5c027af5ebde.tar.gz libdbusmenu-3354af7e467e14415756fc3e640b5c027af5ebde.tar.bz2 libdbusmenu-3354af7e467e14415756fc3e640b5c027af5ebde.zip |
Import upstream version 0.3.93
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 5c85da8..c46afe0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.3.92, ted@canonical.com) +AC_INIT(libdbusmenu, 0.3.93, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.62) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libdbusmenu, 0.3.92, [-Wno-portability]) +AM_INIT_AUTOMAKE(libdbusmenu, 0.3.93, [-Wno-portability]) AM_MAINTAINER_MODE @@ -136,7 +136,7 @@ AC_PATH_PROG([XSLT_PROC], [xsltproc]) ########################### LIBDBUSMENU_CURRENT=3 -LIBDBUSMENU_REVISION=0 +LIBDBUSMENU_REVISION=1 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) |