diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 14:49:40 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 14:49:40 -0500 |
commit | 7b3e58bb6039478f0d937ab375271c724d317b56 (patch) | |
tree | ea0a30933da7b751b851ec3b722d517b891d758a | |
parent | c74badef6ebd674dcdb390744487c9848a3fdd5c (diff) | |
download | libayatana-appindicator-0.2.6.tar.gz libayatana-appindicator-0.2.6.tar.bz2 libayatana-appindicator-0.2.6.zip |
0.2.60.2.6
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 035c9da..3f77cca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.5, ted@canonical.com) +AC_INIT(indicator-application, 0.2.6, 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.5) +AM_INIT_AUTOMAKE(indicator-application, 0.2.6) AM_MAINTAINER_MODE |