Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change version number to 8.8.0. #7271

Merged
merged 1 commit into from
Apr 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},

"version": {
"name": "8.8+beta1"
"name": "8.8.0"
},

"files":
Expand Down
8 changes: 4 additions & 4 deletions configure.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
#load "str.cma"
open Printf

let coq_version = "8.8+beta1"
let coq_macos_version = "8.7.91" (** "[...] should be a string comprised of
let coq_version = "8.8.0"
let coq_macos_version = "8.8.0" (** "[...] should be a string comprised of
three non-negative, period-separated integers [...]" *)
let vo_magic = 8791
let state_magic = 58791
let vo_magic = 8800
let state_magic = 58800
let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqworkmgr";
"coqdoc";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert";"coqdep"]

Expand Down
2 changes: 1 addition & 1 deletion dev/build/windows/makecoq_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ function make_coq_installer {
###################### ADDONS #####################

function make_addon_bignums {
if build_prep https://github.com/coq/bignums/archive/ V8.8+beta1 zip 1 bignums-8.8+beta1; then
if build_prep https://github.com/coq/bignums/archive/ V8.8.0 zip 1 bignums-8.8.0; then
# To make command lines shorter :-(
echo 'COQ_SRC_SUBDIRS:=$(filter-out plugins/%,$(COQ_SRC_SUBDIRS)) plugins/syntax' >> Makefile.coq.local
log1 make all
Expand Down