diff options
author | Ted Gould <ted@gould.cx> | 2009-12-11 10:34:49 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-11 10:34:49 -0600 |
commit | d3038937c5f5621da42952a026c61e1f5f74e83a (patch) | |
tree | 172bd60a907990ab7241a0a3f93a568a42de406c | |
parent | ab6e7dd5f082fe9dca939861ba0346eea7ec1baf (diff) | |
download | libayatana-appindicator-d3038937c5f5621da42952a026c61e1f5f74e83a.tar.gz libayatana-appindicator-d3038937c5f5621da42952a026c61e1f5f74e83a.tar.bz2 libayatana-appindicator-d3038937c5f5621da42952a026c61e1f5f74e83a.zip |
0.0.40.0.4
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 92d5f7d..33d296c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.3, ted@canonical.com) +AC_INIT(indicator-application, 0.0.4, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.3) +AM_INIT_AUTOMAKE(indicator-application, 0.0.4) AM_MAINTAINER_MODE |