swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: 2af28327c3ce5ac155a6fa63ef0fedf62462fd79 authored by Clément Pascutto on 21 December 2019, 13:29:11 UTC
Upgrade to index.1.1.0
Tip revision: 2af2832
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=f42f3d8042d5ad53605fc4907b19140c01bc678b
full_opam_repository_tag=ac83984312683746df2488f9d2b1e03aaf86efe4
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag
back to top