diff options
author | Ted Gould <ted@gould.cx> | 2010-05-20 22:09:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-20 22:09:25 -0500 |
commit | ef11b715019463771f13905be0ac63f0b1c2121e (patch) | |
tree | 4ee2e067e7dd17650a3d62208b6e372c8db21caf /configure.ac | |
parent | 3c5b3e57b8114b230b7ffd31830701865046f24c (diff) | |
parent | 7cb5463c7a105be422f4f3ae995dbfd1c9a89e58 (diff) | |
download | libayatana-appindicator-ef11b715019463771f13905be0ac63f0b1c2121e.tar.gz libayatana-appindicator-ef11b715019463771f13905be0ac63f0b1c2121e.tar.bz2 libayatana-appindicator-ef11b715019463771f13905be0ac63f0b1c2121e.zip |
Merging in the 0.1 series branch
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 c34bed2..9d5b26d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.19, ted@canonical.com) +AC_INIT(indicator-application, 0.0.21, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.19) +AM_INIT_AUTOMAKE(indicator-application, 0.0.21) AM_MAINTAINER_MODE |