diff options
author | Ted Gould <ted@canonical.com> | 2009-04-13 11:31:28 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-13 11:31:28 -0500 |
commit | cb60d3fd9dc8a771259fcfedaa9c5eae16c6fb0f (patch) | |
tree | 387e69034a54444bff2ab71a2b3314db579c9460 /configure.ac | |
parent | 61ded01cab0cb01d539f22b3aa865bb58d9a1f8c (diff) | |
parent | 70223e1d54fab55b322a216073f5f2a74e02ffc8 (diff) | |
download | libayatana-indicator-cb60d3fd9dc8a771259fcfedaa9c5eae16c6fb0f.tar.gz libayatana-indicator-cb60d3fd9dc8a771259fcfedaa9c5eae16c6fb0f.tar.bz2 libayatana-indicator-cb60d3fd9dc8a771259fcfedaa9c5eae16c6fb0f.zip |
* New upstream version
* Applied the same fixes as Cody Russell's patch to indicator-messages
to the finalize functions here. Should fix LP: #359018 completely.
* Minor warnings fixes in search of solution to above.
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 b86656d..6e5d253 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/applet-main.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-applet, 0.1.5) +AM_INIT_AUTOMAKE(indicator-applet, 0.1.6) AM_MAINTAINER_MODE |