aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-18 15:22:07 -0600
committerTed Gould <ted@gould.cx>2009-12-18 15:22:07 -0600
commitba3999565f0bbc19df01111a1f6dd4108f323aae (patch)
tree2ff9b1fe1ef57046e52b3ab0c7345bf2dcc8cf99
parent6cdcb68487310df683f7c836e94f9d2111b8bb78 (diff)
downloadlibdbusmenu-ba3999565f0bbc19df01111a1f6dd4108f323aae.tar.gz
libdbusmenu-ba3999565f0bbc19df01111a1f6dd4108f323aae.tar.bz2
libdbusmenu-ba3999565f0bbc19df01111a1f6dd4108f323aae.zip
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.
-rw-r--r--configure.ac6
1 files 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)