]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Source Maintenance: bump astyle version to 2.03
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 Oct 2014 15:32:34 +0000 (08:32 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 Oct 2014 15:32:34 +0000 (08:32 -0700)
scripts/source-maintenance.sh

index 6baf589e4efae1f30801aacdc7e34fc1cce5272f..3891594a2bd969bc74c64a44f4ff7875a514b56c 100755 (executable)
@@ -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