diff options
author | Ted Gould <ted@gould.cx> | 2010-02-25 15:06:06 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-25 15:06:06 -0600 |
commit | bc5b940605bdcd6282f7eda735ef3d262101da79 (patch) | |
tree | 3aef82fd7e33d2c2346668bddfccd85e3ddbdf65 | |
parent | ddbb7c067ae834b772c0f7a83879463cf67b7643 (diff) | |
download | libayatana-appindicator-bc5b940605bdcd6282f7eda735ef3d262101da79.tar.gz libayatana-appindicator-bc5b940605bdcd6282f7eda735ef3d262101da79.tar.bz2 libayatana-appindicator-bc5b940605bdcd6282f7eda735ef3d262101da79.zip |
0.0.140.0.14
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a3c26e5..219a08e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.13, ted@canonical.com) +AC_INIT(indicator-application, 0.0.14, 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.13) +AM_INIT_AUTOMAKE(indicator-application, 0.0.14) AM_MAINTAINER_MODE |