Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2014-11-20 00:35:47 +0300
committerUnderground78 <underground78@users.sourceforge.net>2015-01-12 00:52:51 +0300
commit48086a5cc4867d6e7a1c59caf8301d119707f361 (patch)
treeeed1ee1afa7ed6f9ae31d01c33d61a3bef6defd6 /contrib
parentc7a101e5721667755282e679551db56b5a7b9738 (diff)
Update AStyle to v2.05.1.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pre-commit.sh4
-rwxr-xr-xcontrib/run_astyle.bat2
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/pre-commit.sh b/contrib/pre-commit.sh
index 6e14dfe39..3236810f6 100644
--- a/contrib/pre-commit.sh
+++ b/contrib/pre-commit.sh
@@ -35,11 +35,11 @@ astyle_ignore_excluded=y
astyle_ignore_stashed=n
# internal variables
-versioncheck_version=5
+versioncheck_version=6
versioncheck_path=contrib/pre-commit.sh
astyle_config=contrib/astyle.ini
astyle_extensions=(cpp h)
-astyle_version='Artistic Style Version 2.04'
+astyle_version='Artistic Style Version 2.05.1'
checkyear_extensions=(bat cpp h hlsl iss po py sh)
checkyear_pattern1='\(C\) (([0-9][0-9][0-9][0-9]-)?[0-9][0-9][0-9][0-9](, )?)+ see Authors.txt'
year=$(date +%Y)
diff --git a/contrib/run_astyle.bat b/contrib/run_astyle.bat
index b8abd0ee3..7e75e8b83 100755
--- a/contrib/run_astyle.bat
+++ b/contrib/run_astyle.bat
@@ -21,7 +21,7 @@ SETLOCAL
PUSHD %~dp0
-SET "AStyleVerReq=2.04"
+SET "AStyleVerReq=2.05.1"
astyle --version 2>NUL || (ECHO. & ECHO ERROR: AStyle not found & GOTO End)
CALL :SubCheckVer || GOTO End