diff options
author | Ted Gould <ted@canonical.com> | 2009-09-09 14:01:58 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-09 14:01:58 -0500 |
commit | f7e7833e8ccf8039bfc022cde1569f6dae69c8b3 (patch) | |
tree | a9d184b8ec8288bb0f0a24205da942911139f2fe | |
parent | e56d50b364525db870cedf36b881efbebcf05f86 (diff) | |
parent | 6c2c36c8fb0043ce7650f543b299f749de7bd1a6 (diff) | |
download | ayatana-indicator-messages-f7e7833e8ccf8039bfc022cde1569f6dae69c8b3.tar.gz ayatana-indicator-messages-f7e7833e8ccf8039bfc022cde1569f6dae69c8b3.tar.bz2 ayatana-indicator-messages-f7e7833e8ccf8039bfc022cde1569f6dae69c8b3.zip |
Merging in the official 0.2.1 tag.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | data/Makefile.am | 1 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e00a725..171c988 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.0) +AM_INIT_AUTOMAKE(indicator-messages, 0.2.1) AM_MAINTAINER_MODE diff --git a/data/Makefile.am b/data/Makefile.am index 094a434..351601b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,3 +8,4 @@ dbus_services_DATA = indicator-messages.service EXTRA_DIST = indicator-messages.service.in +CLEANFILES = indicator-messages.service diff --git a/debian/changelog b/debian/changelog index 760b9fc..1712b99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.2.1-0ubuntu1~ppa2) UNRELEASED; urgency=low + + * Merging in the official 0.2.1 tag. + + -- Ted Gould <ted@ubuntu.com> Wed, 09 Sep 2009 14:01:43 -0500 + indicator-messages (0.2.1-0ubuntu1~ppa1) karmic; urgency=low * Merging in v2-api stuff which will become 0.2.1 |