diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-11-18 12:25:56 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-11-18 12:25:56 +0000 |
commit | 0d5c60e9161f4b1b4315bbfac7862ef662f577ee (patch) | |
tree | 309bed622616f6cac5ef5842e74d1b13abfc3a52 /configure.ac | |
parent | ef4655ab70c30f1b6889b1e0a2c634c10d82f1b4 (diff) | |
download | ayatana-indicator-sound-0d5c60e9161f4b1b4315bbfac7862ef662f577ee.tar.gz ayatana-indicator-sound-0d5c60e9161f4b1b4315bbfac7862ef662f577ee.tar.bz2 ayatana-indicator-sound-0d5c60e9161f4b1b4315bbfac7862ef662f577ee.zip |
bumped version of valac and release version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f10eedc..c8ae871 100644 --- a/configure.ac +++ b/configure.ac @@ -1,15 +1,15 @@ -AC_INIT(indicator-sound, 0.5.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.2, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.2) AM_MAINTAINER_MODE IT_PROG_INTLTOOL([0.35.0]) -AM_PROG_VALAC([0.7.8]) +AM_PROG_VALAC([0.11.2]) AS_IF([test -z "$VALAC"], [AC_MSG_ERROR(["No valac compiler found."])]) AC_ISC_POSIX |