diff options
author | Ted Gould <ted@gould.cx> | 2010-09-15 14:41:06 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-15 14:41:06 -0500 |
commit | a4dc11aaecfcb3b51b427394c6fc3ba59fdae402 (patch) | |
tree | f7426661ee883d9cd9aba1f24f53eebad6b3e0cb | |
parent | 9485bb3c6f8b69af5916af41849d864d46f9ff2b (diff) | |
download | libayatana-appindicator-0.2.8.tar.gz libayatana-appindicator-0.2.8.tar.bz2 libayatana-appindicator-0.2.8.zip |
0.2.80.2.8
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ebfc58f..25e19c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.7, ted@canonical.com) +AC_INIT(indicator-application, 0.2.8, 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.7) +AM_INIT_AUTOMAKE(indicator-application, 0.2.8) AM_MAINTAINER_MODE |