------------------------------------------------------------ revno: 41 committer: Ted Gould <[email protected]> branch nick: trunk timestamp: Fri 2009-12-18 15:22:07 -0600 message: Giving us some room in the 0.1.x series, but still getting version numbers in the right place so that people can start depending on this API. modified: configure.ac
-- lp:dbusmenu https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk Your team ayatana-commits is subscribed to branch lp:dbusmenu. To unsubscribe from this branch go to https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription.
=== modified file 'configure.ac' --- configure.ac 2009-12-10 19:00:56 +0000 +++ configure.ac 2009-12-18 21:22:07 +0000 @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.1.7, [email protected]) +AC_INIT(libdbusmenu, 0.2.0, [email protected]) 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.2.0) AM_MAINTAINER_MODE @@ -66,7 +66,7 @@ ########################### LIBDBUSMENU_CURRENT=0 -LIBDBUSMENU_REVISION=7 +LIBDBUSMENU_REVISION=10 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT)
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

