Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cdozdil committed Aug 7, 2024
1 parent a6207df commit d4c7d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OptiScaler/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
#define VER_MAJOR_VERSION 0
#define VER_MINOR_VERSION 6
#define VER_HOTFIX_VERSION 6
#define VER_BUILD_NUMBER 5
#define VER_BUILD_NUMBER 6

#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 d4c7d4a

Please sign in to comment.