diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 15:57:53 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 15:57:53 -0600 |
commit | 5787ec0042f8df197479e4294308b385eb7d9c91 (patch) | |
tree | 430ef410f9ac8ffea222f72d556e9fe0b516be3c | |
parent | e5fbe723c8c8fdd3264a99e359c3ceac379d397e (diff) | |
download | libayatana-appindicator-5787ec0042f8df197479e4294308b385eb7d9c91.tar.gz libayatana-appindicator-5787ec0042f8df197479e4294308b385eb7d9c91.tar.bz2 libayatana-appindicator-5787ec0042f8df197479e4294308b385eb7d9c91.zip |
0.0.70.0.7
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 559c2b4..4bc18b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.6, ted@canonical.com) +AC_INIT(indicator-application, 0.0.7, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.6) +AM_INIT_AUTOMAKE(indicator-application, 0.0.7) AM_MAINTAINER_MODE |