Skip to content

Commit d4c7d4a

Browse files
committed
version bump
1 parent a6207df commit d4c7d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OptiScaler/resource.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
#define VER_MAJOR_VERSION 0
2222
#define VER_MINOR_VERSION 6
2323
#define VER_HOTFIX_VERSION 6
24-
#define VER_BUILD_NUMBER 5
24+
#define VER_BUILD_NUMBER 6
2525

26-
#define VER_PRE_RELEASE
26+
// #define VER_PRE_RELEASE
2727

2828
#define VER_FILE_VERSION VER_MAJOR_VERSION, VER_MINOR_VERSION, VER_HOTFIX_VERSION, VER_BUILD_NUMBER
2929
#define VER_FILE_VERSION_STR STRINGIZE(VER_MAJOR_VERSION) "." STRINGIZE(VER_MINOR_VERSION) "." STRINGIZE(VER_HOTFIX_VERSION) "." STRINGIZE(VER_BUILD_NUMBER)

0 commit comments

Comments
 (0)