swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: 088e60e7c4dc61f5bfb68e4384eb4870fbf16011 authored by Romain Bardou on 13 November 2019, 10:27:54 UTC
Doc: fix Babylonnet constants
Tip revision: 088e60e
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=92376e769e50f3e1483ce186dfa475a3ee58e109
full_opam_repository_tag=f335c4dcf17eddee73cd2322205429ac6ab88476
opam_repository_url=https://gitlab.com/tezos/opam-repository.git
opam_repository=$opam_repository_url\#$opam_repository_tag
back to top