From b1329bfb406475bfc25e26a9b44dc33940e9eede Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Thu, 20 Nov 2014 10:03:48 +0100 Subject: [PATCH] Updated Artistic Style from version 2.03 to 2.05 --- runastyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runastyle b/runastyle index b52a8fffe..9171c8f21 100755 --- a/runastyle +++ b/runastyle @@ -6,7 +6,7 @@ # If project management wishes to take a newer astyle version into use # just change this string to match the start of astyle version string. -ASTYLE_VERSION="Artistic Style Version 2.03" +ASTYLE_VERSION="Artistic Style Version 2.05" if [[ "`astyle --version 2>&1`" != ${ASTYLE_VERSION}* ]]; then echo "You should use: ${ASTYLE_VERSION}";