Skip to content

Commit

Permalink
Bump revision to 2.16.0+-jp-4
Browse files Browse the repository at this point in the history
--HG--
branch : jp
  • Loading branch information
sdottaka committed Jan 6, 2019
1 parent 06a5513 commit fd24018
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SetVersion.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set MAJOR=2
set MINOR=16
set REVISION=0
set PATCHLEVEL=3
set STRPRIVATEBUILD="jp-3"
set PATCHLEVEL=4
set STRPRIVATEBUILD="jp-4"

set RCVER=%MAJOR%.%MINOR%.%REVISION%.%PATCHLEVEL%
rem set STRVER=%MAJOR%.%MINOR%.%REVISION%.%PATCHLEVEL%
Expand Down
10 changes: 5 additions & 5 deletions Version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define FILEVER 2,16,0,3
#define PRODUCTVER 2,16,0,3
#define STRFILEVER "2.16.0.3"
#define STRPRODUCTVER "2.16.0.3"
#define STRPRIVATEBUILD "jp-3"
#define FILEVER 2,16,0,4
#define PRODUCTVER 2,16,0,4
#define STRFILEVER "2.16.0.4"
#define STRPRODUCTVER "2.16.0.4"
#define STRPRIVATEBUILD "jp-4"

0 comments on commit fd24018

Please sign in to comment.