aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7c83506..1c67c9e 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.2.3)
+AM_INIT_AUTOMAKE(indicator-messages, 0.2.4)
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index d368eb5..2888494 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-messages (0.2.4-0ubuntu1~ppa1) UNRELEASED; urgency=low
+
+ * Upstream release 0.2.4
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 24 Sep 2009 13:06:15 -0500
+
indicator-messages (0.2.3-0ubuntu1~ppa4) karmic; urgency=low
* Merging in the min menu width feature (LP: #428292)