From 15b9df8a2a03646539924f55a365407fdf078d66 Mon Sep 17 00:00:00 2001 From: ygrek Date: Sun, 21 Jun 2020 16:14:59 -0400 Subject: [PATCH] release 3.1.7 --- CHANGES | 8 ++++++++ config/configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 343d5aac8..d1b0240f2 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,14 @@ at https://github.com/ygrek/mldonkey/issues Changelog ========= +3.1.7 - 2020/06/21 + +* improvements to build process +* fix build with OCaml up to 4.09.0 +* BT: drop isoHunt link + +NB When building with OCaml >= 4.06 and Bittorrent network enabled - ocaml num library has to be present + 3.1.6 - 2017/01/22 ------------------ diff --git a/config/configure.in b/config/configure.in index f61b1cd2e..8c68b4ecf 100644 --- a/config/configure.in +++ b/config/configure.in @@ -22,7 +22,7 @@ cd config MAJOR_VERSION=3 MINOR_VERSION=1 -SUB_VERSION=6 # range 0-7 due to eMule limitations +SUB_VERSION=7 # range 0-7 due to eMule limitations # ********** ********** # ********** check for C compiler **********