diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 5 insertions, 5 deletions
@@ -2843,7 +2843,7 @@ fi # Define the identity of the package. PACKAGE=indicator-messages - VERSION=0.3.10 + VERSION=0.3.11 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index ab230fd..f41aff0 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-messages.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-messages, 0.3.10) +AM_INIT_AUTOMAKE(indicator-messages, 0.3.11) AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 71443db..b80236c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-messages (0.3.10-0ubuntu1~ppa2) maverick; urgency=low +indicator-messages (0.3.11-0ubuntu1~ppa1) UNRELEASED; urgency=low - * Upstream Merge + * New upstream release. * Fixing triangles by passing data to callback (LP: #623453) - -- Ted Gould <ted@ubuntu.com> Fri, 03 Sep 2010 14:10:35 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 09 Sep 2010 13:21:35 -0500 indicator-messages (0.3.10-0ubuntu1~ppa1) maverick; urgency=low |