diff options
author | Martin Pitt <martin.pitt@canonical.com> | 2009-03-30 09:40:38 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@canonical.com> | 2009-03-30 09:40:38 +0200 |
commit | 194f1120593a59d2857258117b424d4a466828d0 (patch) | |
tree | ee16fe2a41a4cbb6df76e48f818b3a525fdd04b2 /configure.ac | |
parent | ffe2a99cbd82655cfb0958f0886926d5efb16196 (diff) | |
parent | c51645bc6c052945571ae33fcbeb05107871613e (diff) | |
download | ayatana-indicator-messages-194f1120593a59d2857258117b424d4a466828d0.tar.gz ayatana-indicator-messages-194f1120593a59d2857258117b424d4a466828d0.tar.bz2 ayatana-indicator-messages-194f1120593a59d2857258117b424d4a466828d0.zip |
* New upstream version
* Adding the display of indicators that are login messages coming from
other applications. (LP: #345494)
* Making all times displayed for IM messages relative instead of
absolute. (LP: #346345)
* Cleaning up the server removal code. May fix (LP: #345599), I can't
recreate it anymore afterwards.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cf61428..7aabc33 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.1.3) +AM_INIT_AUTOMAKE(indicator-messages, 0.1.4) AM_MAINTAINER_MODE |