[Script] fix updating version number for video plugin

This commit is contained in:
zilmar 2017-08-15 17:52:39 +10:00
parent 8ed2c00bac
commit 1ca9601deb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ FOR /F "tokens=1 delims=" %%A in ('echo !current_tag! ^| !sed! "s/v[0-9]*\.[0-9]
call :setVersion "%base_dir%\Source\Project64-core\version.h" !commits_since_tag!
call :setVersion "%base_dir%\Source\nragev20\version.h" !commits_since_tag!
call :setVersion "%base_dir%\Source\RSP\version.h" !commits_since_tag!
call :setVersion "%base_dir%\Source\Glide64\version.h" !commits_since_tag!
call :setVersion "%base_dir%\Source\Project64-video\version.h" !commits_since_tag!
ENDLOCAL