]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Source Maintenance: bump astyle version to 2.03
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 31 Oct 2014 01:44:35 +0000 (18:44 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 31 Oct 2014 01:44:35 +0000 (18:44 -0700)
scripts/source-maintenance.sh

index 99ee31bb0f46b5f6b11794f01c74dfb4c86d4ee6..ea63d205ce33ca15843822f2c18aaec453b01fd8 100755 (executable)
@@ -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