diff options
author | Ted Gould <ted@gould.cx> | 2012-02-08 11:17:03 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-08 11:17:03 -0600 |
commit | 8c0ecc8e811e697b208779be157c78378cfba2d3 (patch) | |
tree | 745292a8b8e3bb18ea9afecbf6d9e4937981001f | |
parent | 16527352ce17d93f1af9cb7f424ff7335b4032a1 (diff) | |
download | ayatana-indicator-application-8c0ecc8e811e697b208779be157c78378cfba2d3.tar.gz ayatana-indicator-application-8c0ecc8e811e697b208779be157c78378cfba2d3.tar.bz2 ayatana-indicator-application-8c0ecc8e811e697b208779be157c78378cfba2d3.zip |
0.4.900.4.90
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8613550..18c918c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.4.0, ted@canonical.com) +AC_INIT(indicator-application, 0.4.90, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.4.0) +AM_INIT_AUTOMAKE(indicator-application, 0.4.90) AM_MAINTAINER_MODE |