From 3075eccdd6efb56c92b6423cd256de815d76057f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 12 Jan 2019 13:55:10 +0000 Subject: [PATCH] Add changes entry for fixing OCaml int64_t compile problem --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index bbf7a54af..75dfbecf5 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2019-01-12: ZackerySpytz + [OCaml] #1403 #1194 Fix compilation problems for OCaml >= 4.03.0 due to OCaml using + int64_t instead of int64. + 2019-01-07: wsfulton #358 Add VOID to windows.i