diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3f9fd4a..38c9884 100644 --- a/configure.ac +++ b/configure.ac @@ -133,8 +133,8 @@ AC_PATH_PROG([XSLT_PROC], [xsltproc]) # Lib versioning ########################### -LIBDBUSMENU_CURRENT=3 -LIBDBUSMENU_REVISION=15 +LIBDBUSMENU_CURRENT=4 +LIBDBUSMENU_REVISION=0 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) diff --git a/debian/changelog b/debian/changelog index 7afdceb..0145b18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libdbusmenu (0.4.90~pre1-0ubuntu1~ppa1) UNRELEASED; urgency=low + + * Upstream Merge + * Bumping library revision for ABI/API changes expected in this + release cycle + + -- Ted Gould <ted@ubuntu.com> Tue, 26 Apr 2011 08:46:54 -0500 + libdbusmenu (0.4.4-0ubuntu1~ppa1) natty; urgency=low * New upstream release. |