diff options
author | Ted Gould <ted@gould.cx> | 2011-03-23 17:01:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-23 17:01:56 -0500 |
commit | fe82495302aee3ad30250507a685b9ae1473261c (patch) | |
tree | 639ae0b47e63ac69c522da7cd8ffa4d0533bd723 /configure.ac | |
parent | 57bf196fb01cd7f9bd4185c5d8d35cfc441795b7 (diff) | |
parent | 2e52cac231a41f03dd881cf367189e0fce10902a (diff) | |
download | ayatana-indicator-application-fe82495302aee3ad30250507a685b9ae1473261c.tar.gz ayatana-indicator-application-fe82495302aee3ad30250507a685b9ae1473261c.tar.bz2 ayatana-indicator-application-fe82495302aee3ad30250507a685b9ae1473261c.zip |
Import upstream version 0.3.0
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 67983a5..be35a93 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.95, ted@canonical.com) +AC_INIT(indicator-application, 0.3.0, 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.95) +AM_INIT_AUTOMAKE(indicator-application, 0.3.0) AM_MAINTAINER_MODE |