summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bintray.json2
-rw-r--r--configure.ml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.bintray.json b/.bintray.json
index 8672c2b..d2800db 100644
--- a/.bintray.json
+++ b/.bintray.json
@@ -6,7 +6,7 @@
},
"version": {
- "name": "8.9+alpha"
+ "name": "8.9+beta1"
},
"files":
diff --git a/configure.ml b/configure.ml
index 7e0fd4c..cb8c6c1 100644
--- a/configure.ml
+++ b/configure.ml
@@ -11,8 +11,8 @@
#load "str.cma"
open Printf
-let coq_version = "8.9+alpha"
-let coq_macos_version = "8.8.90" (** "[...] should be a string comprised of
+let coq_version = "8.9+beta1"
+let coq_macos_version = "8.8.91" (** "[...] should be a string comprised of
three non-negative, period-separated integers [...]" *)
let vo_magic = 8891
let state_magic = 58891