From c636388f17e9d2b6536d82ba5b54573350424ef2 Mon Sep 17 00:00:00 2001 From: Louis Gesbert Date: Wed, 19 Oct 2016 16:48:01 +0200 Subject: [PATCH] Bump version to 1.1.3 --- CHANGELOG | 6 ++++++ src/cfg.ml | 2 +- version.ocp | 4 ++-- windows/ocaml-top.wxs | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f21a3b9..9f84eb0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +## 1.1.3 +* Fixed warnings on init (removed Format redirection code) +* Updated Makefiles for newer ocp-build +* Load .ocamlinit, following ocaml's default behaviour +* Fixed issue with `ocamlrun ocaml` on some distributions + ## 1.1.2 * Fixed dependency to the new ocp-indent/index install format * Install through opam-installer diff --git a/src/cfg.ml b/src/cfg.ml index 2d262a5..cbe0923 100644 --- a/src/cfg.ml +++ b/src/cfg.ml @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -let version = "1.1.2" +let version = "1.1.3" type os = Linux | OSX | Windows | Other diff --git a/version.ocp b/version.ocp index 14e012e..5b898e8 100644 --- a/version.ocp +++ b/version.ocp @@ -1,6 +1,6 @@ -version = "1.1.2" +version = "1.1.3" -copyright = [ "OCamlPro 2013" ] +copyright = [ "OCamlPro 2013,2016" ] authors = [ "Louis Gesbert " ] license = [ "GPLv3" ] diff --git a/windows/ocaml-top.wxs b/windows/ocaml-top.wxs index 44f13e8..f93e714 100644 --- a/windows/ocaml-top.wxs +++ b/windows/ocaml-top.wxs @@ -3,7 +3,7 @@