Revision 907c652b1f3759f5de7f1676264b063e3fcc35cf authored by Adrian Brink on 05 November 2019, 09:32:21 UTC, committed by Pierre Boutillier on 31 March 2020, 13:10:08 UTC
Co-Authored-By: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com>
Co-Authored-By: Adrian Brink <adrian@cryptium.io>
1 parent e09b67c
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
opam_repository_tag=b81783bc01f71a6f66ae2f63b302bdd0f240f01b
full_opam_repository_tag=e7a02ec1b7c8fdfd71c834549fa71eb3b984a9fa
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag
back to top