From ba3999565f0bbc19df01111a1f6dd4108f323aae Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 18 Dec 2009 15:22:07 -0600 Subject: 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. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 3b19cea..fc12668 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.1.7, ted@canonical.com) +AC_INIT(libdbusmenu, 0.2.0, 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.2.0) AM_MAINTAINER_MODE @@ -66,7 +66,7 @@ AC_SUBST(DBUSMENUTESTS_LIBS) ########################### LIBDBUSMENU_CURRENT=0 -LIBDBUSMENU_REVISION=7 +LIBDBUSMENU_REVISION=10 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) -- cgit v1.2.3