Skip to content

Commit

Permalink
set to pre-release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cdozdil committed May 23, 2024
1 parent 063ec44 commit 00153ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OptiScaler/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define VER_MINOR_VERSION 5
#define VER_HOTFIX_VERSION 6
#define VER_BUILD_NUMBER 3
//#define VER_PRE_RELEASE
#define VER_PRE_RELEASE

#define VER_FILE_VERSION VER_MAJOR_VERSION, VER_MINOR_VERSION, VER_HOTFIX_VERSION, VER_BUILD_NUMBER
#define VER_FILE_VERSION_STR STRINGIZE(VER_MAJOR_VERSION) "." STRINGIZE(VER_MINOR_VERSION) "." STRINGIZE(VER_HOTFIX_VERSION) "." STRINGIZE(VER_BUILD_NUMBER)
Expand Down

0 comments on commit 00153ca

Please sign in to comment.