diff options
author | Ted Gould <ted@gould.cx> | 2010-03-11 14:20:02 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-11 14:20:02 -0600 |
commit | bb8b7032dfd93cd0cdad55967b973dd4de7ca044 (patch) | |
tree | 8d0436ad4b6c64b025f9044e4f7ca93e49646af8 /configure.ac | |
parent | 8e82b02a0cd6c51904abb0730d41b2fd654a2174 (diff) | |
download | libayatana-indicator-bb8b7032dfd93cd0cdad55967b973dd4de7ca044.tar.gz libayatana-indicator-bb8b7032dfd93cd0cdad55967b973dd4de7ca044.tar.bz2 libayatana-indicator-bb8b7032dfd93cd0cdad55967b973dd4de7ca044.zip |
0.3.50.3.5
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 2601ea5..b3f3d78 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.3.4, ted@canonical.com) +AC_INIT(libindicator, 0.3.5, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.3.4) +AM_INIT_AUTOMAKE(libindicator, 0.3.5) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |