Skip to content

Commit 0acf1f9

Browse files
authored
Update resource.h
1 parent f9e32ae commit 0acf1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptiScaler/resource.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define VER_MINOR_VERSION 6
2323
#define VER_HOTFIX_VERSION 1
2424
#define VER_BUILD_NUMBER 22
25-
#define VER_PRE_RELEASE
25+
//#define VER_PRE_RELEASE
2626

2727
#define VER_FILE_VERSION VER_MAJOR_VERSION, VER_MINOR_VERSION, VER_HOTFIX_VERSION, VER_BUILD_NUMBER
2828
#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)