From: Amos Jeffries Date: Fri, 31 Oct 2014 01:44:35 +0000 (-0700) Subject: Source Maintenance: bump astyle version to 2.03 X-Git-Tag: SQUID_3_4_9~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d4758f0506b86bcd55c79201aa9e561419582cc;p=thirdparty%2Fsquid.git Source Maintenance: bump astyle version to 2.03 --- diff --git a/scripts/source-maintenance.sh b/scripts/source-maintenance.sh index 99ee31bb0f..ea63d205ce 100755 --- a/scripts/source-maintenance.sh +++ b/scripts/source-maintenance.sh @@ -23,8 +23,8 @@ fi ROOT=`bzr root` ASVER=`astyle --version 2>&1 | grep -o -E "[0-9.]+"` -if test "${ASVER}" != "1.23" ; then - echo "Astyle version problem. You have ${ASVER} instead of 1.23"; +if test "${ASVER}" != "2.03" ; then + echo "Astyle version problem. You have ${ASVER} instead of 2.03"; else echo "Found astyle ${ASVER}. Formatting..." fi