We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e32ae commit 0acf1f9Copy full SHA for 0acf1f9
OptiScaler/resource.h
@@ -22,7 +22,7 @@
22
#define VER_MINOR_VERSION 6
23
#define VER_HOTFIX_VERSION 1
24
#define VER_BUILD_NUMBER 22
25
-#define VER_PRE_RELEASE
+//#define VER_PRE_RELEASE
26
27
#define VER_FILE_VERSION VER_MAJOR_VERSION, VER_MINOR_VERSION, VER_HOTFIX_VERSION, VER_BUILD_NUMBER
28
#define VER_FILE_VERSION_STR STRINGIZE(VER_MAJOR_VERSION) "." STRINGIZE(VER_MINOR_VERSION) "." STRINGIZE(VER_HOTFIX_VERSION) "." STRINGIZE(VER_BUILD_NUMBER)
0 commit comments