aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog6
2 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 7a578ec..b6ba561 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(libdbusmenu, 0.2.2, ted@canonical.com)
+AC_INIT(libdbusmenu, 0.2.3, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009,2010 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libdbusmenu, 0.2.2)
+AM_INIT_AUTOMAKE(libdbusmenu, 0.2.3)
AM_MAINTAINER_MODE
@@ -66,7 +66,7 @@ AC_SUBST(DBUSMENUTESTS_LIBS)
###########################
LIBDBUSMENU_CURRENT=1
-LIBDBUSMENU_REVISION=0
+LIBDBUSMENU_REVISION=1
LIBDBUSMENU_AGE=0
AC_SUBST(LIBDBUSMENU_CURRENT)
diff --git a/debian/changelog b/debian/changelog
index 32b7a93..d251871 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,13 @@
-libdbusmenu (0.2.2-0ubuntu3~ppa1) lucid; urgency=low
+libdbusmenu (0.2.3-0ubuntu1~ppa1) UNRELEASED; urgency=low
- * Upstrem Merge
+ * Upstream release 0.2.3
* Fixing handing of root IDs being zero
* Handling syncing of properties when reusing items
* Shipping new JSON files and READMEs for testing.
* libdbusmenu-tools.install: Add in json file and README so
that they're put in the right directories.
- -- Ted Gould <ted@ubuntu.com> Fri, 05 Feb 2010 11:09:22 -0800
+ -- Ted Gould <ted@ubuntu.com> Fri, 05 Feb 2010 11:19:22 -0800
libdbusmenu (0.2.2-0ubuntu3) lucid; urgency=low