diff options
author | Ted Gould <ted@gould.cx> | 2011-03-23 15:34:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-23 15:34:25 -0500 |
commit | 2ad6b9073ccc6b614ed204cbbe7333d204fe0eee (patch) | |
tree | 5aef4ef9aabe5e93f1804cff650b73990b66301a /configure.ac | |
parent | 5b6331c3ff78cbe0d4f9a3d2940b6af8f4e58909 (diff) | |
parent | 010b25c0606fb47675a89ee2f75d6c93148e988f (diff) | |
download | libayatana-appindicator-2ad6b9073ccc6b614ed204cbbe7333d204fe0eee.tar.gz libayatana-appindicator-2ad6b9073ccc6b614ed204cbbe7333d204fe0eee.tar.bz2 libayatana-appindicator-2ad6b9073ccc6b614ed204cbbe7333d204fe0eee.zip |
* New upstream release.
* Don't use GIcon with GtkStatusIcon (LP: #708118)
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 e8b1d6c..360df06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libappindicator, 0.2.99, ted@canonical.com) +AC_INIT(libappindicator, 0.3.0, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libappindicator, 0.2.99) +AM_INIT_AUTOMAKE(libappindicator, 0.3.0) AM_MAINTAINER_MODE |