Commit 804d643f authored by Claudio Valerio's avatar Claudio Valerio

Update setup script

parent 47693298
......@@ -28,6 +28,10 @@ git describe %LAST_TAG% > tmp
set /p LAST_TAG_VERSION=< tmp
erase tmp
echo %VERSION%
echo %LAST_TAG_VERSION%
if not %LAST_TAG_VERSION% GOTO EXIT_WITH_ERROR
if not %VERSION%==%LAST_TAG_VERSION% GOTO EXIT_WITH_ERROR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment