diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 12:33:22 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 12:33:22 -0500 |
commit | fc06931a56ec2746e2349de17afdfee90e11a331 (patch) | |
tree | 5498064a78606c4b5018cc6302ba5b791a9997f5 /configure.ac | |
parent | d7650d10b6946cd879419850783408e362ae0c05 (diff) | |
parent | 1111499b1ae2a9d717474ebe9a017b2edb789d4a (diff) | |
download | ayatana-indicator-messages-fc06931a56ec2746e2349de17afdfee90e11a331.tar.gz ayatana-indicator-messages-fc06931a56ec2746e2349de17afdfee90e11a331.tar.bz2 ayatana-indicator-messages-fc06931a56ec2746e2349de17afdfee90e11a331.zip |
New upstream release.
∘ Set the type before other variables to get default handling more
reliable (LP: #723873)
∘ Add support for overriding the default icon with a specific one
for the messaging menu (LP: #741068)
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 962b6f0..5518610 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.92) +AM_INIT_AUTOMAKE(indicator-messages, 0.4.0) AM_MAINTAINER_MODE |