aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-18 12:13:12 -0600
committerTed Gould <ted@gould.cx>2009-12-18 12:13:12 -0600
commit49ae07290d8fb13ec4adae36759b0e0a94d1ea82 (patch)
treec3b42b9bec9641741ee6e109dd0a16a3317154bb
parent5faeb298ef08760475ef3eda962820e675a8ac87 (diff)
downloadlibdbusmenu-49ae07290d8fb13ec4adae36759b0e0a94d1ea82.tar.gz
libdbusmenu-49ae07290d8fb13ec4adae36759b0e0a94d1ea82.tar.bz2
libdbusmenu-49ae07290d8fb13ec4adae36759b0e0a94d1ea82.zip
Somehow I messed up the merge and lost the version change. Oops.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3b19cea..e2bc1a7 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)