diff options
author | Ted Gould <ted@gould.cx> | 2010-09-09 12:54:08 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-09 12:54:08 -0500 |
commit | b6d9801273a99a5c0b9cb584c6a1cab24f039748 (patch) | |
tree | 2f7d0203d2ffbb75a05304e723a74d59daabbc88 /configure.ac | |
parent | 17e78659c1dfce7d8b0cacff2af7c7584c26fc3b (diff) | |
parent | b39568de7075cfcda135161616dca1710765f1b9 (diff) | |
download | libayatana-appindicator-b6d9801273a99a5c0b9cb584c6a1cab24f039748.tar.gz libayatana-appindicator-b6d9801273a99a5c0b9cb584c6a1cab24f039748.tar.bz2 libayatana-appindicator-b6d9801273a99a5c0b9cb584c6a1cab24f039748.zip |
Import upstream version 0.2.7
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 3f77cca..ebfc58f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.6, ted@canonical.com) +AC_INIT(indicator-application, 0.2.7, 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.6) +AM_INIT_AUTOMAKE(indicator-application, 0.2.7) AM_MAINTAINER_MODE |