Skip to content

Commit 54ebd71

Browse files
author
blackcrack
authored
Merge 157e61e into 4b26882
2 parents 4b26882 + 157e61e commit 54ebd71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Src/StartMenu/StartMenu.rc

+1-3
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ END
5454

5555
// Solution loading fail-safe
5656
#ifndef _PRODUCT_VERSION
57-
#define _PRODUCT_VERSION 4.4.102
5857
#endif
5958
#ifndef _PRODUCT_VERSION_STR
60-
#define _PRODUCT_VERSION_STR "4.4.102"
6159
#endif
6260

6361
VS_VERSION_INFO VERSIONINFO
@@ -81,7 +79,7 @@ BEGIN
8179
VALUE "FileDescription", "Open-Shell Menu"
8280
VALUE "FileVersion", _PRODUCT_VERSION_STR
8381
VALUE "InternalName", "Menu"
84-
VALUE "LegalCopyright", "Copyright (C) 2017-2018, The Open-Shell Team"
82+
VALUE "LegalCopyright", "Copyright (C), MIT License, The Open-Shell Team"
8583
VALUE "OriginalFilename", "StartMenu.exe"
8684
VALUE "ProductName", "Open-Shell"
8785
VALUE "ProductVersion", _PRODUCT_VERSION_STR

0 commit comments

Comments
 (0)