diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-04-07 14:50:42 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-04-07 14:50:42 -0400 |
commit | 5a510f66bb0456d6ddd2bd28c35ee35ea9b0a24d (patch) | |
tree | 66c491d66867a00e0b242f9aaa114a606c4e7b36 /configure.ac | |
parent | cb170c0fb193360740cc543816e6f00d46a480c7 (diff) | |
parent | ad345629469cc26480eeba53c5b091a50a3456d3 (diff) | |
download | ayatana-indicator-messages-5a510f66bb0456d6ddd2bd28c35ee35ea9b0a24d.tar.gz ayatana-indicator-messages-5a510f66bb0456d6ddd2bd28c35ee35ea9b0a24d.tar.bz2 ayatana-indicator-messages-5a510f66bb0456d6ddd2bd28c35ee35ea9b0a24d.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 |