From 6207460e793f8c5538bfd8164fa3078f7300b57a Mon Sep 17 00:00:00 2001 From: Florian Angeletti Date: Tue, 17 Sep 2019 14:35:00 +0200 Subject: [PATCH 01/12] increment version number after tagging 4.09.0 --- VERSION | 2 +- configure | Bin 542920 -> 542985 bytes ocaml-variants.opam | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 7128cac1f..ff541f87c 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -4.09.0 +4.09.1+dev0 # The version string is the first line of this file. # It must be in the format described in stdlib/sys.mli diff --git a/configure b/configure index 85fb6842dffc1ba52a07895aefa7d49f7f383d17..c364be4e3a365e01c667023ea23238037446a3c3 100755 GIT binary patch delta 189 zcmX>xQL%H9;)HruL+zB*vW@kPP7u~4XE_LCvz&8XD3m#8#&>QgbMlgF5>RI5-Yp&w z=5|>&Ml~Hauu%rn8#gjaOph^Ql!r=I8!_gwL)h&vEg6BB35c12m}UD*OIB{E&Fx>R iS%H{s`pItkZr(8CJNM=_ORh;U8cg?LW0c>#eD4&G?G9{= zYC1rXkJ^k9(_4%f<+raeV$5T2m$qUAVkRJF24a@&(pIe8PVL$?tU%1RUAu;T8Pjy2 TUf=D?_3WDL+XLI!cN_u$b;&5C diff --git a/ocaml-variants.opam b/ocaml-variants.opam index 30d48eb24..5410d1f4c 100644 --- a/ocaml-variants.opam +++ b/ocaml-variants.opam @@ -1,8 +1,8 @@ opam-version: "2.0" -version: "4.09.0" +version: "4.09.1+trunk" synopsis: "OCaml development version" depends: [ - "ocaml" {= "4.09.0" & post} + "ocaml" {= "4.09.1" & post} "base-unix" {post} "base-bigarray" {post} "base-threads" {post} -- 2.23.0