11
11
# ##################### CONTROL VARIABLES #####################
12
12
13
13
# The two lines below are used by the package selection script
14
- COQ_PLATFORM_VERSION_TITLE=" Coq 8.19.1 (released Jan 2024)"
14
+ COQ_PLATFORM_VERSION_TITLE=" Coq 8.19.2 (released Jan 2024)"
15
15
COQ_PLATFORM_VERSION_SORTORDER=98
16
16
17
17
# The package list name is the final part of the opam switch name.
@@ -22,16 +22,16 @@ COQ_PLATFORM_PACKAGE_PICK_POSTFIX='~8.19-lsp'
22
22
23
23
# The corresponding Coq development branch and tag
24
24
COQ_PLATFORM_COQ_BRANCH=' v8.19'
25
- COQ_PLATFORM_COQ_TAG=' 8.19.1 '
25
+ COQ_PLATFORM_COQ_TAG=' 8.19.2 '
26
26
27
27
# This controls if opam repositories for development packages are selected
28
28
COQ_PLATFORM_USE_DEV_REPOSITORY=' N'
29
29
30
30
# This extended descriptions is used for readme files
31
- COQ_PLATFORM_VERSION_DESCRIPTION=' This version of Coq Platform 2024.01.0 includes Coq 8.19.1 from Jan 2024. '
31
+ COQ_PLATFORM_VERSION_DESCRIPTION=' This version of Coq Platform 2024.01.0 includes Coq 8.19.2 from Jan 2024. '
32
32
33
33
# The OCaml version to use for this pick (just the version number - options are elaborated in a platform dependent way)
34
- COQ_PLATFORM_OCAML_VERSION=' 4.14.1 '
34
+ COQ_PLATFORM_OCAML_VERSION=' 4.14.2 '
35
35
36
36
# ##################### PACKAGE SELECTION #####################
37
37
@@ -52,11 +52,10 @@ PACKAGES="${PACKAGES} PIN.ocamlfind.1.9.5~relocatable" # TODO port patch to 1.9
52
52
PACKAGES=" ${PACKAGES} dune.3.11.1"
53
53
PACKAGES=" ${PACKAGES} dune-configurator.3.10.0"
54
54
# The Coq compiler coqc and the Coq standard library
55
- PACKAGES=" ${PACKAGES} PIN.coq.8.19.1 "
55
+ PACKAGES=" ${PACKAGES} PIN.coq.8.19.2 "
56
56
57
57
# ######### Coq Language Server ##########
58
- PACKAGES=" ${PACKAGES} coq-serapi.8.19.0+0.19.3"
59
- PACKAGES=" ${PACKAGES} coq-lsp.0.1.9+8.19"
58
+ PACKAGES=" ${PACKAGES} coq-lsp.0.2.0+8.19"
60
59
61
60
# ######### IDE PACKAGES ##########
62
61
0 commit comments