diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 16:03:47 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 16:03:47 -0600 |
commit | 54708c2539ad183b3c7ae8a0e0ce73b31184c586 (patch) | |
tree | 01a92c90c18be02d1057b3085a0dcf4082a6b4e4 /configure.ac | |
parent | a7e0e795012857968170fd3c331d3fe37d11b71e (diff) | |
parent | 5787ec0042f8df197479e4294308b385eb7d9c91 (diff) | |
download | ayatana-indicator-application-54708c2539ad183b3c7ae8a0e0ce73b31184c586.tar.gz ayatana-indicator-application-54708c2539ad183b3c7ae8a0e0ce73b31184c586.tar.bz2 ayatana-indicator-application-54708c2539ad183b3c7ae8a0e0ce73b31184c586.zip |
Upstream Release 0.0.7
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 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 |