Skip to content

Commit

Permalink
Update resource.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cdozdil authored Aug 16, 2024
1 parent 7b3b7bf commit a4eef31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OptiScaler/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

#define VER_MAJOR_VERSION 0
#define VER_MINOR_VERSION 6
#define VER_HOTFIX_VERSION 7
#define VER_BUILD_NUMBER 1
#define VER_HOTFIX_VERSION 6
#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 a4eef31

Please sign in to comment.