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.17.1 (released Jun 2023) with Coq LSP"
14
+ COQ_PLATFORM_VERSION_TITLE=" Coq 8.18.0 (released Sep 2023) with Coq LSP"
15
15
COQ_PLATFORM_VERSION_SORTORDER=1
16
16
17
17
# The package list name is the final part of the opam switch name.
18
18
# It is usually either empty ot starts with ~.
19
19
# It might also be used for installer package names, but with ~ replaced by _
20
20
# It is also used for version specific file selections in the smoke test kit.
21
- COQ_PLATFORM_PACKAGE_PICK_POSTFIX=' ~8.17 -lsp'
21
+ COQ_PLATFORM_PACKAGE_PICK_POSTFIX=' ~8.18 -lsp'
22
22
23
23
# The corresponding Coq development branch and tag
24
- COQ_PLATFORM_COQ_BRANCH=' v8.17 '
25
- COQ_PLATFORM_COQ_TAG=' 8.17.1 '
24
+ COQ_PLATFORM_COQ_BRANCH=' v8.18 '
25
+ COQ_PLATFORM_COQ_TAG=' 8.18.0 '
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 2023.03 .0 includes Coq 8.17.1 from Jun 2023. '
31
+ COQ_PLATFORM_VERSION_DESCRIPTION=' This version of Coq Platform 2023.08 .0 includes Coq 8.18.0 from Sep 2023. '
32
32
COQ_PLATFORM_VERSION_DESCRIPTION+=' This is the **latest release version** of the Coq Platform and recommended for general application. '
33
33
34
34
# The OCaml version to use for this pick (just the version number - options are elaborated in a platform dependent way)
@@ -53,8 +53,8 @@ PACKAGES="${PACKAGES} ocamlfind.1.9.5"
53
53
PACKAGES=" ${PACKAGES} dune.3.7.0"
54
54
PACKAGES=" ${PACKAGES} dune-configurator.3.7.0"
55
55
# The Coq compiler coqc and the Coq standard library
56
- PACKAGES=" ${PACKAGES} PIN.coq.8.17.1 "
56
+ PACKAGES=" ${PACKAGES} PIN.coq.8.18.0 "
57
57
58
58
# ######### Coq Language Server ##########
59
- PACKAGES=" ${PACKAGES} coq-serapi.8.17 .0+0.17 .1"
60
- PACKAGES=" ${PACKAGES} coq-lsp.0.1.7+8.17 "
59
+ PACKAGES=" ${PACKAGES} coq-serapi.8.18 .0+0.18 .1"
60
+ PACKAGES=" ${PACKAGES} coq-lsp.0.1.7+8.18 "
0 commit comments