Skip to content

Commit 31acb6b

Browse files
committed
Remove obsolete product version fallback
1 parent 077afd2 commit 31acb6b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Src/StartMenu/StartMenu.rc

-8
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ END
5252
// Version
5353
//
5454

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-
#endif
62-
6355
VS_VERSION_INFO VERSIONINFO
6456
FILEVERSION _PRODUCT_VERSION
6557
PRODUCTVERSION _PRODUCT_VERSION

0 commit comments

Comments
 (0)