diff options
author | Ted Gould <ted@gould.cx> | 2010-01-14 10:45:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-14 10:45:38 -0600 |
commit | 4d4273fddd2126789f30ea091042d35420990521 (patch) | |
tree | e863bc0f72ea698f445851afb9a27e69bf6a38ee /configure.ac | |
parent | b83df5ee0146d6974a75d5a6dfc9a434ed8dc7a7 (diff) | |
parent | f0104e11357b5804aea2ecead13f99231b671a75 (diff) | |
download | libayatana-appindicator-4d4273fddd2126789f30ea091042d35420990521.tar.gz libayatana-appindicator-4d4273fddd2126789f30ea091042d35420990521.tar.bz2 libayatana-appindicator-4d4273fddd2126789f30ea091042d35420990521.zip |
Sync to trunk
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 713f40e..ebd6b20 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.8, ted@canonical.com) -AC_COPYRIGHT([Copyright 2009 Canonical]) +AC_INIT(indicator-application, 0.0.9, ted@canonical.com) +AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.8) +AM_INIT_AUTOMAKE(indicator-application, 0.0.9) AM_MAINTAINER_MODE |