diff options
author | Ted Gould <ted@gould.cx> | 2010-02-08 09:57:20 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-08 09:57:20 -0600 |
commit | c5ba9ddb5872ab6ac640bfd59035d90bfe6b4df2 (patch) | |
tree | 289c0a8553798abc5c3038dbc68133da5513cf0a /configure.ac | |
parent | c21b71ae4bfee0b9c7236f1707184a065b85bf75 (diff) | |
parent | fb4952bf2d8884ba4ce84db885afb2dc37f653d9 (diff) | |
download | libayatana-appindicator-c5ba9ddb5872ab6ac640bfd59035d90bfe6b4df2.tar.gz libayatana-appindicator-c5ba9ddb5872ab6ac640bfd59035d90bfe6b4df2.tar.bz2 libayatana-appindicator-c5ba9ddb5872ab6ac640bfd59035d90bfe6b4df2.zip |
Upstream release 0.0.12
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 07bff83..152b91b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.11, ted@canonical.com) +AC_INIT(indicator-application, 0.0.12, 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.11) +AM_INIT_AUTOMAKE(indicator-application, 0.0.12) AM_MAINTAINER_MODE |