diff options
author | Ted Gould <ted@gould.cx> | 2010-01-12 10:03:03 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-12 10:03:03 -0600 |
commit | b2198be3bc7c5135e4bf206d3eff1e5838fdbc84 (patch) | |
tree | 951f68527429caf452b004c56ea964325151f174 /configure.ac | |
parent | f8d6a7d026be10ea4cdb486cfa945ad697403f26 (diff) | |
parent | abd41dd91774e0755c226a3c960aa3b31f56cf65 (diff) | |
download | libayatana-appindicator-b2198be3bc7c5135e4bf206d3eff1e5838fdbc84.tar.gz libayatana-appindicator-b2198be3bc7c5135e4bf206d3eff1e5838fdbc84.tar.bz2 libayatana-appindicator-b2198be3bc7c5135e4bf206d3eff1e5838fdbc84.zip |
Updating to trunk
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 4bc18b2..713f40e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.7, ted@canonical.com) +AC_INIT(indicator-application, 0.0.8, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.7) +AM_INIT_AUTOMAKE(indicator-application, 0.0.8) AM_MAINTAINER_MODE |