File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,21 @@ type win10_release = [
2727
2828type win10_lcu = [
2929 | `LCU
30- | `LCU20211012 | `LCU20210914 | `LCU20210810 | `LCU20210713 | `LCU20210608
30+ | `LCU20211109 | ` LCU20211012 | `LCU20210914 | `LCU20210810 | `LCU20210713 | `LCU20210608
3131] [@@ deriving sexp ]
3232
33- let win10_current_lcu = `LCU20211012
33+ let win10_current_lcu = `LCU20211109
3434
3535type win10_revision = win10_release * win10_lcu option [@@ deriving sexp ]
3636
3737let win10_lcus : ('a * int * win10_release list) list = [
38+ `LCU20211109 , 5007205 , [`Ltsc2022 ];
39+ `LCU20211109 , 5007186 , [`V2004 ; `V20H2 ; `V21H1 ];
40+ `LCU20211109 , 5007189 , [`V1909 ];
41+ `LCU20211109 , 5007206 , [`V1809 ; `Ltsc2019 ];
42+ `LCU20211109 , 5007192 , [`V1607 ; `Ltsc2016 ];
43+ `LCU20211109 , 5007207 , [`V1507 ; `Ltsc2015 ];
44+
3845 `LCU20211012 , 5006699 , [`Ltsc2022 ];
3946 `LCU20211012 , 5006670 , [`V2004 ; `V20H2 ; `V21H1 ];
4047 `LCU20211012 , 5006667 , [`V1909 ];
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ type win10_release = [
3232
3333type win10_lcu = [
3434 | `LCU
35+ | `LCU20211109
3536 | `LCU20211012
3637 | `LCU20210914
3738 | `LCU20210810
You can’t perform that action at this time.
0 commit comments