From 0d5c60e9161f4b1b4315bbfac7862ef662f577ee Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 18 Nov 2010 12:25:56 +0000 Subject: bumped version of valac and release version --- configure.ac | 6 +++--- 1 file 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 -- cgit v1.2.3