File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,22 @@ type win10_release = [
27
27
28
28
type win10_lcu = [
29
29
| `LCU
30
- | `LCU20211109 | `LCU20211012 | `LCU20210914 | `LCU20210810 | `LCU20210713 | `LCU20210608
30
+ | `LCU20211214 | ` LCU20211109 | `LCU20211012 | `LCU20210914 | `LCU20210810 | `LCU20210713 | `LCU20210608
31
31
] [@@ deriving sexp ]
32
32
33
- let win10_current_lcu = `LCU20211109
33
+ let win10_current_lcu = `LCU20211214
34
34
35
35
type win10_revision = win10_release * win10_lcu option [@@ deriving sexp ]
36
36
37
37
let win10_lcus : ('a * int * win10_release list) list = [
38
+
39
+ `LCU20211214 , 5008223 , [`Ltsc2022 ];
40
+ `LCU20211214 , 5008212 , [`V2004 ; `V20H2 ; `V21H1 ];
41
+ `LCU20211214 , 5008206 , [`V1909 ];
42
+ `LCU20211214 , 5008218 , [`V1809 ; `Ltsc2019 ];
43
+ `LCU20211214 , 5008207 , [`V1607 ; `Ltsc2016 ];
44
+ `LCU20211214 , 5008230 , [`V1507 ; `Ltsc2015 ];
45
+
38
46
`LCU20211109 , 5007205 , [`Ltsc2022 ];
39
47
`LCU20211109 , 5007186 , [`V2004 ; `V20H2 ; `V21H1 ];
40
48
`LCU20211109 , 5007189 , [`V1909 ];
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ type win10_release = [
32
32
33
33
type win10_lcu = [
34
34
| `LCU
35
+ | `LCU20211214
35
36
| `LCU20211109
36
37
| `LCU20211012
37
38
| `LCU20210914
You can’t perform that action at this time.
0 commit comments