summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-09-25 17:56:46 (GMT)
committerThéo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-09-25 21:07:28 (GMT)
commit0ed45a5994bceea7c6b1d6530c72cd9ce29a46af (patch)
treea778c08074fc89a6639c158d6ca18f92c6186297
parentd1dcdcae17794899668c62aaef97f0e8d8cbd93b (diff)
downloadcoq-8.8.2.zip
coq-8.8.2.tar.gz
coq-8.8.2.tar.bz2
Set Coq version to 8.8.2.V8.8.2
-rw-r--r--.bintray.json2
-rw-r--r--configure.ml4
-rwxr-xr-xdev/build/windows/makecoq_mingw.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/.bintray.json b/.bintray.json
index 144431c..34a501e 100644
--- a/.bintray.json
+++ b/.bintray.json
@@ -6,7 +6,7 @@
},
"version": {
- "name": "8.8.1"
+ "name": "8.8.2"
},
"files":
diff --git a/configure.ml b/configure.ml
index 020141a..5bbf011 100644
--- a/configure.ml
+++ b/configure.ml
@@ -11,8 +11,8 @@
#load "str.cma"
open Printf
-let coq_version = "8.8.1"
-let coq_macos_version = "8.8.1" (** "[...] should be a string comprised of
+let coq_version = "8.8.2"
+let coq_macos_version = "8.8.2" (** "[...] should be a string comprised of
three non-negative, period-separated integers [...]" *)
let vo_magic = 8800
let state_magic = 58800
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh
index c4e666c..86cc5f2 100755
--- a/dev/build/windows/makecoq_mingw.sh
+++ b/dev/build/windows/makecoq_mingw.sh
@@ -1796,7 +1796,7 @@ function make_addon_vst {
installer_addon_dependency vst
if build_prep_overlay VST; then
installer_addon_section vst "VST" "ATTENTION: SOME INCLUDED COMPCERT PARTS ARE NOT OPEN SOURCE! Verified Software Toolchain for verifying C code" "off"
- log1 make $MAKE_OPT
+ log1 make IGNORECOQVERSION=true $MAKE_OPT
log1 install_addon_vst
build_post
fi