diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 15:28:13 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 15:28:13 -0600 |
commit | 2c23d4b9534eacfae055b67c15fe3a254a2928fd (patch) | |
tree | bc5f4358efb541193e7e53033b5ad34179696322 /configure.ac | |
parent | 18d89929cb035b798916e10a6aa253fd5bcf4e7d (diff) | |
parent | e5b56ecf9a05381c8ba725f53f064c2c8569ea8f (diff) | |
download | libayatana-appindicator-2c23d4b9534eacfae055b67c15fe3a254a2928fd.tar.gz libayatana-appindicator-2c23d4b9534eacfae055b67c15fe3a254a2928fd.tar.bz2 libayatana-appindicator-2c23d4b9534eacfae055b67c15fe3a254a2928fd.zip |
Import upstream version 0.2.94
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 24ef4e8..12fcb74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libappindicator, 0.2.93, ted@canonical.com) +AC_INIT(libappindicator, 0.2.94, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libappindicator, 0.2.93) +AM_INIT_AUTOMAKE(libappindicator, 0.2.94) AM_MAINTAINER_MODE |