Skip to content

Commit

Permalink
Update coverity version.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 7, 2014
1 parent feb59bc commit 066723e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/coverity.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setlocal
pushd %~dp0

rem you can set the COVDIR variable to your coverity path
if not defined COVDIR set "COVDIR=C:\cov-analysis-win32-7.0.2"
if not defined COVDIR set "COVDIR=C:\cov-analysis-win32-7.5.0"
if defined COVDIR if not exist "%COVDIR%" (
echo.
echo ERROR: Coverity not found in "%COVDIR%"
Expand Down

0 comments on commit 066723e

Please sign in to comment.