diff options
author | Ted Gould <ted@gould.cx> | 2009-12-10 12:53:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-10 12:53:54 -0600 |
commit | af702a42770fcbd3140bd626941c6bbb5a714213 (patch) | |
tree | 6c76a0010b228dd66f5aee868acbc58b7742fc1e /configure.ac | |
parent | aaa4ebbb1825dc423b08dd6801712bc92556de86 (diff) | |
parent | 3b94f54d8e4ae546c922e6561234ed2070d9c169 (diff) | |
download | libdbusmenu-af702a42770fcbd3140bd626941c6bbb5a714213.tar.gz libdbusmenu-af702a42770fcbd3140bd626941c6bbb5a714213.tar.bz2 libdbusmenu-af702a42770fcbd3140bd626941c6bbb5a714213.zip |
* Upstream release 0.1.8
* Changing the name to org.ayatana
* Underline fixes
* Documenation of the DBus API
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 e9abf28..b53a8dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.1.7, ted@canonical.com) +AC_INIT(libdbusmenu, 0.1.8, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libdbusmenu, 0.1.7) +AM_INIT_AUTOMAKE(libdbusmenu, 0.1.8) AM_MAINTAINER_MODE @@ -66,7 +66,7 @@ AC_SUBST(DBUSMENUTESTS_LIBS) ########################### LIBDBUSMENU_CURRENT=0 -LIBDBUSMENU_REVISION=7 +LIBDBUSMENU_REVISION=8 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) |