swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: 4d8d8e5dbf0f4206bfaeb6bb94f267a57d024912 authored by Pierre Boutillier on 09 July 2019, 12:41:07 UTC
Dependencies: refresh opam-repository
Tip revision: 4d8d8e5
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=b961d415ccf9046eafaf2d8cfa83c8bde26854ca
full_opam_repository_tag=de642cab7342f43cb8f181188312bce2de909c7f
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag
back to top