diff options
author | Ted Gould <ted@gould.cx> | 2011-09-28 11:02:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-28 11:02:34 -0500 |
commit | e57397eda0ea76153a6d9aa9e34ba7e214bd50ad (patch) | |
tree | 0bc0d64fb1633ad1a58c0c72385c90918dc32344 /configure.ac | |
parent | 8c352cdc40eced52767ddca7036fa7b76bf42a6b (diff) | |
parent | e527e648afc0545b5d49b9c6af1f82951c93c18a (diff) | |
download | libayatana-appindicator-e57397eda0ea76153a6d9aa9e34ba7e214bd50ad.tar.gz libayatana-appindicator-e57397eda0ea76153a6d9aa9e34ba7e214bd50ad.tar.bz2 libayatana-appindicator-e57397eda0ea76153a6d9aa9e34ba7e214bd50ad.zip |
Import upstream version 0.4.0
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 72bb7f6..6bf4a6d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libappindicator], - [0.3.91], + [0.4.0], [http://bugs.launchpad.net/libappindicator], [libappindicator], [http://launchpad.net/libappindicator]) @@ -97,7 +97,7 @@ AM_CONDITIONAL(HAVE_VAPIGEN, [test "x$VALA_API_GEN" != "x"]) # Vala Compiler support ########################### -AM_PROG_VALAC([0.11.0]) +AM_PROG_VALAC([0.14.0]) AM_CONDITIONAL(HAVE_VALAC, [test "x$VALAC" != "x"]) ########################### |