diff options
author | Ted Gould <ted@gould.cx> | 2011-03-23 15:08:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-23 15:08:56 -0500 |
commit | 0ed45139028434cf85dfd935d861f640b318f1d3 (patch) | |
tree | 21697c8e75975a75022306c5cf68128a310fffc3 | |
parent | 8974a7fd846c4a93ff3b33928a63802fcd5b8c7d (diff) | |
download | libayatana-appindicator-0ed45139028434cf85dfd935d861f640b318f1d3.tar.gz libayatana-appindicator-0ed45139028434cf85dfd935d861f640b318f1d3.tar.bz2 libayatana-appindicator-0ed45139028434cf85dfd935d861f640b318f1d3.zip |
0.3.00.3.0
-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 |