We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b26882 + 157e61e commit 54ebd71Copy full SHA for 54ebd71
Src/StartMenu/StartMenu.rc
@@ -54,10 +54,8 @@ END
54
55
// Solution loading fail-safe
56
#ifndef _PRODUCT_VERSION
57
-#define _PRODUCT_VERSION 4.4.102
58
#endif
59
#ifndef _PRODUCT_VERSION_STR
60
-#define _PRODUCT_VERSION_STR "4.4.102"
61
62
63
VS_VERSION_INFO VERSIONINFO
@@ -81,7 +79,7 @@ BEGIN
81
79
VALUE "FileDescription", "Open-Shell Menu"
82
80
VALUE "FileVersion", _PRODUCT_VERSION_STR
83
VALUE "InternalName", "Menu"
84
- VALUE "LegalCopyright", "Copyright (C) 2017-2018, The Open-Shell Team"
+ VALUE "LegalCopyright", "Copyright (C), MIT License, The Open-Shell Team"
85
VALUE "OriginalFilename", "StartMenu.exe"
86
VALUE "ProductName", "Open-Shell"
87
VALUE "ProductVersion", _PRODUCT_VERSION_STR
0 commit comments