diff options
author | Ted Gould <ted@gould.cx> | 2009-12-10 13:18:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-10 13:18:44 -0600 |
commit | 6b3e25fff4a4bfb35579ddf317cfb6e58ebc0500 (patch) | |
tree | 431e5ad5f721179dbc873cfb6f9f35801dfeb80d /configure.ac | |
parent | dc31293c00def9a104f26e30f268accc72bb0736 (diff) | |
download | libayatana-appindicator-6b3e25fff4a4bfb35579ddf317cfb6e58ebc0500.tar.gz libayatana-appindicator-6b3e25fff4a4bfb35579ddf317cfb6e58ebc0500.tar.bz2 libayatana-appindicator-6b3e25fff4a4bfb35579ddf317cfb6e58ebc0500.zip |
0.0.30.0.3
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 aca4553..d88fdc8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.2, ted@canonical.com) +AC_INIT(indicator-application, 0.0.3, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.2) +AM_INIT_AUTOMAKE(indicator-application, 0.0.3) AM_MAINTAINER_MODE |