From 0148d7eb75b174a87d581998fa792fe4d0f01a80 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 9 Dec 2010 07:42:24 +0000 Subject: [PATCH] Specify minimum Go version for users who read the CHANGES file git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12342 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index b8b1b51fa..e42223da0 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -6,9 +6,11 @@ Version 2.0.2 (in progress) =========================== 2010-12-07: iant - *** POTENTIAL INCOMPATIBILITY *** Check that we are using a sufficiently new version of the - 6g or 8g Go compiler. If not, disable Go. + 6g or 8g Go compiler during configure time. If not, disable Go. + Minimum version is now 6707. + + *** POTENTIAL INCOMPATIBILITY *** 2010-12-06: wsfulton Fix #3127394 - use of network paths on Windows/MSys.