diff options
author | Ted Gould <ted@canonical.com> | 2009-10-08 10:11:01 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-08 10:11:01 -0400 |
commit | b5f41d1c0ca30f1cf7379e754d906681ccfbe9e1 (patch) | |
tree | e060f1cebf2719e1aefe8741d7cd9a1dfa7d9766 /configure.ac | |
parent | a7a8c73bc6ae27860d116bbc28b07345a89e6858 (diff) | |
download | libayatana-indicator-b5f41d1c0ca30f1cf7379e754d906681ccfbe9e1.tar.gz libayatana-indicator-b5f41d1c0ca30f1cf7379e754d906681ccfbe9e1.tar.bz2 libayatana-indicator-b5f41d1c0ca30f1cf7379e754d906681ccfbe9e1.zip |
0.2.10.2.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 70ef98b..090e281 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.2.0, ted@canonical.com) +AC_INIT(libindicator, 0.2.1, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.2.0) +AM_INIT_AUTOMAKE(libindicator, 0.2.1) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |