diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 15:42:23 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 15:42:23 -0600 |
commit | d634d56953314f19911f4331b7e9a03f04f20b7f (patch) | |
tree | fc2bec516f5c96167e812ee1067b0f6db5c7977f /configure.ac | |
parent | ce7b22d25a6ee30dc55df5022c72652ad19e406a (diff) | |
download | libayatana-appindicator-d634d56953314f19911f4331b7e9a03f04f20b7f.tar.gz libayatana-appindicator-d634d56953314f19911f4331b7e9a03f04f20b7f.tar.bz2 libayatana-appindicator-d634d56953314f19911f4331b7e9a03f04f20b7f.zip |
0.2.960.2.96
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 597a5bc..248c28f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libappindicator, 0.2.95, ted@canonical.com) +AC_INIT(libappindicator, 0.2.96, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libappindicator, 0.2.95) +AM_INIT_AUTOMAKE(libappindicator, 0.2.96) AM_MAINTAINER_MODE |