Revision e4627cd522259e861875b02fe7e2e2294130f036 authored by Mehdi Bouaziz on 17 April 2020, 10:48:43 UTC, committed by Pierre Boutillier on 21 April 2020, 08:30:35 UTC
1 parent 7556ecc
Raw File
version.sh
#! /bin/sh

## `ocaml-version` should be in sync with `README.rst` and
## `lib.protocol-compiler/tezos-protocol-compiler.opam`

ocaml_version=4.09.1
opam_version=2.0

## Please update `.gitlab-ci.yml` accordingly
## full_opam_repository is a commit hash of the public OPAM repository, i.e.
## https://github.com/ocaml/opam-repository
full_opam_repository_tag=e7a02ec1b7c8fdfd71c834549fa71eb3b984a9fa

## opam_repository is an additional, tezos-specific opam repository.
opam_repository_tag=b81783bc01f71a6f66ae2f63b302bdd0f240f01b
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag
back to top