diff options
author | Ted Gould <ted@gould.cx> | 2010-07-08 10:08:02 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-08 10:08:02 -0500 |
commit | a627c0751602989e29743391546ae63808bf3389 (patch) | |
tree | d6f7ea13dfc2935e25a88af115ab0edc72ed964a | |
parent | cf31f2f0508305ba8363b505a6d5b402dcf8b96b (diff) | |
download | libayatana-appindicator-a627c0751602989e29743391546ae63808bf3389.tar.gz libayatana-appindicator-a627c0751602989e29743391546ae63808bf3389.tar.bz2 libayatana-appindicator-a627c0751602989e29743391546ae63808bf3389.zip |
0.2.20.2.2
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bd3c6a4..86c60e7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.1, ted@canonical.com) +AC_INIT(indicator-application, 0.2.2, 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.1) +AM_INIT_AUTOMAKE(indicator-application, 0.2.2) AM_MAINTAINER_MODE |