From: Amos Jeffries Date: Thu, 30 Oct 2014 15:32:34 +0000 (-0700) Subject: Source Maintenance: bump astyle version to 2.03 X-Git-Tag: merge-candidate-3-v1~519 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e961f74c02ed5bd3aaf3f1f293044ba056c646cb;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 6baf589e4e..3891594a2b 100755 --- a/scripts/source-maintenance.sh +++ b/scripts/source-maintenance.sh @@ -32,8 +32,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