Skip to content

Commit 620b6fa

Browse files
committed
Update 3rd Party PJSysInfo.pas to (again!) v5.6.2
Fixes "spurious characters in source code" bug introduced in 5.6.1
1 parent 9a70194 commit 620b6fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Src/3rdParty/PJSysInfo.pas

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*
66
* Copyright (C) 2001-2020, Peter Johnson (@delphidabbler).
77
*
8-
* $Rev: 2066 $
9-
* $Date: 2021-09-12 20:29:38 +0100 (Sun, 12 Sep 2021) $
8+
* $Rev: 2069 $
9+
* $Date: 2021-09-14 16:00:48 +0100 (Tue, 14 Sep 2021) $
1010
*
1111
* This unit contains various static classes, constants, type definitions and
1212
* global variables for use in providing information about the host computer and
@@ -1228,20 +1228,20 @@ implementation
12281228
- Add more Win11 versions as discovered. }
12291229
// NOTE: Preview and beta versions of Windows 11 report version 10.0
12301230
Win11DevBuild = 21996; // Windows 11 version Dev
1231-
// – 10.0.21996.1 (Insider version)
1231+
// - 10.0.21996.1 (Insider version)
12321232
Win11v21H2Build = 22000; // Version depends on revision # [Rev#]:
12331233
// Revision # 51..168:
12341234
// Windows 11 version 21H2
1235-
// – 10.0.22000.[Rev#] (Insider version)
1235+
// - 10.0.22000.[Rev#] (Insider version)
12361236
// Revision # 184
12371237
// Windows 11 version 21H2
1238-
// – 10.0.22000.184 (Beta Version)
1238+
// - 10.0.22000.184 (Beta Version)
12391239
// Revision # >=185
12401240
// Windows 11 (unknown version)
12411241
Win11c21H2PreRel1Build = 22449; // Windows 11 version 21H2
1242-
// – 10.0.22449.000 (RSPRERELEASE)
1242+
// - 10.0.22449.000 (RSPRERELEASE)
12431243
Win11c21H2PreRel2Build = 22454; // Windows 11 version 21H2
1244-
// – 10.0.22454.1000 (RSPRERELEASE)
1244+
// - 10.0.22454.1000 (RSPRERELEASE)
12451245

12461246
Win11FirstBuild = Win11DevBuild; // First build number of Windows 11
12471247

0 commit comments

Comments
 (0)