Skip to content

Commit f799080

Browse files
committed
Bump to 8.18
1 parent 76196c1 commit f799080

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package_picks/package-pick-8.17~2023.08-coq-lsp.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
###################### CONTROL VARIABLES #####################
1212

1313
# 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"
1515
COQ_PLATFORM_VERSION_SORTORDER=1
1616

1717
# The package list name is the final part of the opam switch name.
1818
# It is usually either empty ot starts with ~.
1919
# It might also be used for installer package names, but with ~ replaced by _
2020
# 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'
2222

2323
# 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'
2626

2727
# This controls if opam repositories for development packages are selected
2828
COQ_PLATFORM_USE_DEV_REPOSITORY='N'
2929

3030
# 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. '
3232
COQ_PLATFORM_VERSION_DESCRIPTION+='This is the **latest release version** of the Coq Platform and recommended for general application. '
3333

3434
# 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"
5353
PACKAGES="${PACKAGES} dune.3.7.0"
5454
PACKAGES="${PACKAGES} dune-configurator.3.7.0"
5555
# 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"
5757

5858
########## 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

Comments
 (0)