42 lines
1.1 KiB
Diff
42 lines
1.1 KiB
Diff
|
From 76a56065047f9160b0db2491c8f303c9dee6cb59 Mon Sep 17 00:00:00 2001
|
||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
Date: Thu, 5 Dec 2019 18:07:29 +0000
|
||
|
Subject: [PATCH 13/13] Revert "increment version number after tagging 4.09.0"
|
||
|
|
||
|
Downgrade version number back to 4.09.0 for Fedora.
|
||
|
|
||
|
This reverts commit 6207460e793f8c5538bfd8164fa3078f7300b57a.
|
||
|
---
|
||
|
VERSION | 2 +-
|
||
|
ocaml-variants.opam | 4 ++--
|
||
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
||
|
|
||
|
diff --git a/VERSION b/VERSION
|
||
|
index ff541f87c..7128cac1f 100644
|
||
|
--- a/VERSION
|
||
|
+++ b/VERSION
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-4.09.1+dev0
|
||
|
+4.09.0
|
||
|
|
||
|
# The version string is the first line of this file.
|
||
|
# It must be in the format described in stdlib/sys.mli
|
||
|
diff --git a/ocaml-variants.opam b/ocaml-variants.opam
|
||
|
index 5410d1f4c..30d48eb24 100644
|
||
|
--- a/ocaml-variants.opam
|
||
|
+++ b/ocaml-variants.opam
|
||
|
@@ -1,8 +1,8 @@
|
||
|
opam-version: "2.0"
|
||
|
-version: "4.09.1+trunk"
|
||
|
+version: "4.09.0"
|
||
|
synopsis: "OCaml development version"
|
||
|
depends: [
|
||
|
- "ocaml" {= "4.09.1" & post}
|
||
|
+ "ocaml" {= "4.09.0" & post}
|
||
|
"base-unix" {post}
|
||
|
"base-bigarray" {post}
|
||
|
"base-threads" {post}
|
||
|
--
|
||
|
2.23.0
|
||
|
|