diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 13:28:54 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 13:28:54 -0500 |
commit | 27fe45b69f41861cbf1f432db61e31a24f276bb8 (patch) | |
tree | c56026d062dc54db173808d8c4b34de0615ffa37 | |
parent | 36519944273d601aeba1b778a2f5aead96293cfd (diff) | |
download | ayatana-indicator-application-27fe45b69f41861cbf1f432db61e31a24f276bb8.tar.gz ayatana-indicator-application-27fe45b69f41861cbf1f432db61e31a24f276bb8.tar.bz2 ayatana-indicator-application-27fe45b69f41861cbf1f432db61e31a24f276bb8.zip |
0.2.00.2.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b750c83..9396c5c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.21, ted@canonical.com) +AC_INIT(indicator-application, 0.2.0, 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.21) +AM_INIT_AUTOMAKE(indicator-application, 0.2.0) AM_MAINTAINER_MODE |