Skip to content

Commit

Permalink
Bump revision to 2.16.32+-jp-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Aug 28, 2023
1 parent 5ac8785 commit 647c3da
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=32
set PATCHLEVEL=1
set STRPRIVATEBUILD="jp-1"
set PATCHLEVEL=2
set STRPRIVATEBUILD="jp-2"

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,32,1
#define PRODUCTVER 2,16,32,1
#define STRFILEVER "2.16.32.1"
#define STRPRODUCTVER "2.16.32.1"
#define STRPRIVATEBUILD "jp-1"
#define FILEVER 2,16,32,2
#define PRODUCTVER 2,16,32,2
#define STRFILEVER "2.16.32.2"
#define STRPRODUCTVER "2.16.32.2"
#define STRPRIVATEBUILD "jp-2"

0 comments on commit 647c3da

Please sign in to comment.