Update vesion script to get 2.3.1, and update minor verion in other plugins

This commit is contained in:
zilmar 2016-09-17 07:43:48 +10:00
parent 4bc957bb3b
commit 8084a5d3b6
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 1
#define VERSION_REVISION 0
#define VERSION_REVISION 1
#define VERSION_BUILD 9999
#define VER_FILE_DESCRIPTION_STR "Glide 64 for Project64"

View File

@ -29,7 +29,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_REVISION 1
#define VERSION_REVISION 2
#define VERSION_BUILD 9999
#define VER_FILE_DESCRIPTION_STR "RSP emulation Plugin"

View File

@ -17,7 +17,7 @@ if %SED% == "" (
SETLOCAL EnableDelayedExpansion
FOR /F "tokens=1 delims=" %%A in ('git describe --tags --long') do SET current_tag=%%A
FOR /F "tokens=1 delims=" %%A in ('echo !current_tag! ^| !sed! "s/v[0-9]*\.[0-9]*-\([0-9]*\).*/\1/"') do SET commits_since_tag=%%A
FOR /F "tokens=1 delims=" %%A in ('echo !current_tag! ^| !sed! "s/v[0-9]*\.[0-9]*\.[0-9]*-\([0-9]*\).*/\1/"') do SET commits_since_tag=%%A
call :setVersion "%base_dir%\Source\Project64-core\version.h" !commits_since_tag!
call :setVersion "%base_dir%\Source\nragev20\version.h" !commits_since_tag!

View File

@ -25,7 +25,7 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 4
#define VERSION_REVISION 1
#define VERSION_REVISION 2
#define VERSION_BUILD 9999
#define VER_FILE_DESCRIPTION_STR "N-Rage for Project64"