File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
55
55
// Solution loading fail-safe
56
56
#ifndef _PRODUCT_VERSION
57
- #define _PRODUCT_VERSION 4.4.102
57
+ #define _PRODUCT_VERSION 4.4.166
58
58
#endif
59
59
#ifndef _PRODUCT_VERSION_STR
60
- #define _PRODUCT_VERSION_STR "4.4.102 "
60
+ #define _PRODUCT_VERSION_STR "4.4.166 "
61
61
#endif
62
62
63
63
VS_VERSION_INFO VERSIONINFO
81
81
VALUE "FileDescription", "Open-Shell Menu"
82
82
VALUE "FileVersion", _PRODUCT_VERSION_STR
83
83
VALUE "InternalName", "Menu"
84
- VALUE "LegalCopyright", "Copyright (C) 2017-2018 , The Open-Shell Team"
84
+ VALUE "LegalCopyright", "Copyright (C) 2017-2048, MIT License , The Open-Shell Team"
85
85
VALUE "OriginalFilename", "StartMenu.exe"
86
86
VALUE "ProductName", "Open-Shell"
87
87
VALUE "ProductVersion", _PRODUCT_VERSION_STR
You can’t perform that action at this time.
0 commit comments