diff options
author | Ted Gould <ted@gould.cx> | 2010-09-22 11:13:14 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-22 11:13:14 -0500 |
commit | fe08c86fc6b9d9d843149bf195b995d7e38a2c40 (patch) | |
tree | 6ddb2ffa37d10b7fe2fc58548780a9ebe074c469 /configure.ac | |
parent | 7a891cadecb1dc215d1d07cdee589e1754379225 (diff) | |
download | libayatana-appindicator-fe08c86fc6b9d9d843149bf195b995d7e38a2c40.tar.gz libayatana-appindicator-fe08c86fc6b9d9d843149bf195b995d7e38a2c40.tar.bz2 libayatana-appindicator-fe08c86fc6b9d9d843149bf195b995d7e38a2c40.zip |
0.2.90.2.9
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 25e19c8..0ecea51 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.8, ted@canonical.com) +AC_INIT(indicator-application, 0.2.9, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.2.8) +AM_INIT_AUTOMAKE(indicator-application, 0.2.9) AM_MAINTAINER_MODE |