diff options
author | Ted Gould <ted@canonical.com> | 2009-11-04 11:34:00 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-04 11:34:00 -0600 |
commit | 4a558fc09327f1a844f6588081cb742a2c7d742f (patch) | |
tree | 43d5391fe2e4b5dd593c5c36e54968c17abe81a3 /configure.ac | |
parent | 2b754cb1b6e7a69fd90f0d562e32e02204575561 (diff) | |
download | libayatana-indicator-4a558fc09327f1a844f6588081cb742a2c7d742f.tar.gz libayatana-indicator-4a558fc09327f1a844f6588081cb742a2c7d742f.tar.bz2 libayatana-indicator-4a558fc09327f1a844f6588081cb742a2c7d742f.zip |
Moving everything up to '3' as we're breaking everyone pretty bad at this point.
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 d2e18fc..676af4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.2.1, ted@canonical.com) +AC_INIT(libindicator, 0.3.0, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.2.1) +AM_INIT_AUTOMAKE(libindicator, 0.3.0) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |