swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: 9e5e8548675f2301c78132a2eda22d2fd61bbc60 authored by Romain Bardou on 16 June 2020, 08:45:28 UTC
EOL: Alphanet test network has reached end of life
Tip revision: 9e5e854
version.sh
#! /bin/sh

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

ocaml_version=4.07.1
opam_version=2.0

## Please update `.gitlab-ci.yml` accordingly
opam_repository_tag=b98d1114e1bafbe50f017e619cbfcede77df0149
full_opam_repository_tag=4c2bd0f948ae6a0fc602f73631cc8a8ae6e83c1d
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag
back to top