Skip to content

Commit 0d63199

Browse files
author
blackcrack
authored
Merge c31833d into 4b26882
2 parents 4b26882 + c31833d commit 0d63199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Src/StartMenu/StartMenu.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ END
5454

5555
// Solution loading fail-safe
5656
#ifndef _PRODUCT_VERSION
57-
#define _PRODUCT_VERSION 4.4.102
57+
#define _PRODUCT_VERSION 4.4.166
5858
#endif
5959
#ifndef _PRODUCT_VERSION_STR
60-
#define _PRODUCT_VERSION_STR "4.4.102"
60+
#define _PRODUCT_VERSION_STR "4.4.166"
6161
#endif
6262

6363
VS_VERSION_INFO VERSIONINFO
@@ -81,7 +81,7 @@ BEGIN
8181
VALUE "FileDescription", "Open-Shell Menu"
8282
VALUE "FileVersion", _PRODUCT_VERSION_STR
8383
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"
8585
VALUE "OriginalFilename", "StartMenu.exe"
8686
VALUE "ProductName", "Open-Shell"
8787
VALUE "ProductVersion", _PRODUCT_VERSION_STR

0 commit comments

Comments
 (0)