[mapguide-commits] r10142 - branches/4.0/MgDev
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon May 5 05:48:36 PDT 2025
Author: jng
Date: 2025-05-05 05:48:36 -0700 (Mon, 05 May 2025)
New Revision: 10142
Modified:
branches/4.0/MgDev/cmake_bootstrap.sh
Log:
Baseline SWIG version is now 4.3.1
Modified: branches/4.0/MgDev/cmake_bootstrap.sh
===================================================================
--- branches/4.0/MgDev/cmake_bootstrap.sh 2025-05-05 12:47:35 UTC (rev 10141)
+++ branches/4.0/MgDev/cmake_bootstrap.sh 2025-05-05 12:48:36 UTC (rev 10142)
@@ -147,11 +147,11 @@
mkdir -p /tmp/download
cd /tmp/download || exit
if [ ! -f /tmp/download/swig.zip ]; then
- # Use SWIG 4.1.1 release
- wget -O swig.zip https://github.com/swig/swig/archive/refs/tags/v4.1.1.zip
+ # Use SWIG 4.3.1 release
+ wget -O swig.zip https://github.com/swig/swig/archive/refs/tags/v4.3.1.zip
fi
unzip -o swig.zip
- cd /tmp/download/swig-4.1.1/ || exit
+ cd /tmp/download/swig-4.3.1/ || exit
./autogen.sh
check_build
./configure --enable-silent-rules
More information about the mapguide-commits
mailing list