diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 12 |
2 files changed, 5 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 409f176..c2623d1 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-session, 0.1) +AM_INIT_AUTOMAKE(indicator-session, 0.1.1) AM_MAINTAINER_MODE @@ -33,7 +33,7 @@ PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) -DBUSMENUGLIB_REQUIRED_VERSION=0.0.0 +DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION) diff --git a/debian/changelog b/debian/changelog index a3e962e..012ad6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,9 @@ -indicator-session (0.1-0ubuntu1~ppa2~dbusmenu011r2) karmic; urgency=low +indicator-session (0.1.1-0ubuntu1~ppa1) UNRELEASED; urgency=low - * Update to set menuitem type. - - -- Ted Gould <ted@ubuntu.com> Thu, 03 Sep 2009 14:54:39 -0500 - -indicator-session (0.1-0ubuntu1~ppa2~dbusmenu011r1) karmic; urgency=low - - * Upstream update for dbusmenu 0.1.1 + * Upstream update 0.1.1 for dbusmenu 0.1.1 * debian/control: Increasing dbusmenu dep to 0.1.1 - -- Ted Gould <ted@ubuntu.com> Thu, 03 Sep 2009 14:54:02 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 03 Sep 2009 15:14:07 -0500 indicator-session (0.1-0ubuntu1~ppa1) karmic; urgency=low |