Use specific vesions

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2017-08-18 15:46:22 -07:00
committed by Lorenz Meier
parent 326445ba83
commit 295ffdc1b6
+1 -1
View File
@@ -26,7 +26,7 @@ else
"$ASTYLE_VER" != "$ASTYLE_VER_REQUIRED_3" ];
then
echo "Error: you're using ${ASTYLE_VER}"
echo "but should be using ${ASTYLE_VER_REQUIRED_1} or later instead"
echo "but should be using ${ASTYLE_VER_REQUIRED_1}, ${ASTYLE_VER_REQUIRED_2}, or ${ASTYLE_VER_REQUIRED_3} instead"
exit 1
fi
fi