diff options
author | Ted Gould <ted@gould.cx> | 2009-12-18 12:13:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-18 12:13:12 -0600 |
commit | 49ae07290d8fb13ec4adae36759b0e0a94d1ea82 (patch) | |
tree | c3b42b9bec9641741ee6e109dd0a16a3317154bb | |
parent | 5faeb298ef08760475ef3eda962820e675a8ac87 (diff) | |
download | libdbusmenu-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.ac | 6 |
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) |