diff options
author | Ted Gould <ted@gould.cx> | 2011-03-16 13:36:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-16 13:36:07 -0500 |
commit | bf797a9104b3ff1183a3f70337d259da6ded095b (patch) | |
tree | 8f3b82049ca6f9b7a42bcbd27d5f1fe6aecee1b0 /configure.ac | |
parent | 1f0b4c13bd6cc1957be50b0addf16b4099f8fd5e (diff) | |
parent | f321aae0417acab6856e1e6f31b841a9b809c1c7 (diff) | |
download | libayatana-appindicator-bf797a9104b3ff1183a3f70337d259da6ded095b.tar.gz libayatana-appindicator-bf797a9104b3ff1183a3f70337d259da6ded095b.tar.bz2 libayatana-appindicator-bf797a9104b3ff1183a3f70337d259da6ded095b.zip |
Import upstream version 0.2.99
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 3af905a..e8b1d6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libappindicator, 0.2.98, ted@canonical.com) +AC_INIT(libappindicator, 0.2.99, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libappindicator, 0.2.98) +AM_INIT_AUTOMAKE(libappindicator, 0.2.99) AM_MAINTAINER_MODE |