diff options
author | Ted Gould <ted@gould.cx> | 2010-05-20 21:16:58 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-20 21:16:58 -0500 |
commit | cd4c6e073fde9cdaa17e58bc1a54eca708d57ac7 (patch) | |
tree | 5a8d1713bb3f1b550030b2c4d435412b03a735da | |
parent | 22423f9238b79470dcd77ea283d5ae6a380d0ebf (diff) | |
download | ayatana-indicator-application-cd4c6e073fde9cdaa17e58bc1a54eca708d57ac7.tar.gz ayatana-indicator-application-cd4c6e073fde9cdaa17e58bc1a54eca708d57ac7.tar.bz2 ayatana-indicator-application-cd4c6e073fde9cdaa17e58bc1a54eca708d57ac7.zip |
0.0.200.0.20
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c34bed2..dbb0b43 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.19, ted@canonical.com) +AC_INIT(indicator-application, 0.0.20, 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.19) +AM_INIT_AUTOMAKE(indicator-application, 0.0.20) AM_MAINTAINER_MODE |