diff options
author | Ted Gould <ted@gould.cx> | 2011-01-27 15:58:51 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-27 15:58:51 -0600 |
commit | 6379235793bf96f71a35df355761fe2fa4b6265a (patch) | |
tree | ecb5ae2183fa3eda61c72fe607259d0e6067e18b /configure.ac | |
parent | 94b8617e7161b6ff2357bca6c863e93e6d5a9a08 (diff) | |
parent | 2c6ef4e38e32386cc19bb8e1eb094378ef1c58f1 (diff) | |
download | ayatana-indicator-application-6379235793bf96f71a35df355761fe2fa4b6265a.tar.gz ayatana-indicator-application-6379235793bf96f71a35df355761fe2fa4b6265a.tar.bz2 ayatana-indicator-application-6379235793bf96f71a35df355761fe2fa4b6265a.zip |
* New upstream release.
* Fix naming of the approver interface
* Fix a bug in the builders
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 1deb16f..f76ec1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.90, ted@canonical.com) +AC_INIT(indicator-application, 0.2.92, 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.91) +AM_INIT_AUTOMAKE(indicator-application, 0.2.92) AM_MAINTAINER_MODE |