diff --git a/cdk.bat b/cdk.bat index 3576eb47..8ae13854 100755 --- a/cdk.bat +++ b/cdk.bat @@ -8,7 +8,7 @@ set MSYSTEM=MINGW32 set BUILD_WIN32=True set BUILD_X86=True -echo fre:ac Component Development Kit v1.1.4 +echo fre:ac Component Development Kit v1.1.5 echo Copyright (C) 2001-2021 Robert Kausch bash diff --git a/cdk64.bat b/cdk64.bat index dc776392..9ec1ff6e 100755 --- a/cdk64.bat +++ b/cdk64.bat @@ -8,7 +8,7 @@ set MSYSTEM=MINGW64 set BUILD_WIN32=True set BUILD_X86_64=True -echo fre:ac Component Development Kit v1.1.4 (x64) +echo fre:ac Component Development Kit v1.1.5 (x64) echo Copyright (C) 2001-2021 Robert Kausch bash diff --git a/configure b/configure index ca375a13..f8317a0e 100755 --- a/configure +++ b/configure @@ -26,13 +26,13 @@ echo " please build with \"make config=bundledlibexpat,bundledliburiparser\ echo echo " On macOS:" echo -echo " - Building the fre:ac CDK is tested on macOS 10.5.8 Leopard only using" -echo " the Xcode 3.1 Command Line Tools (no Xcode project file provided)" +echo " - Building the fre:ac CDK is supported on macOS 10.5.8 Leopard and later" +echo " using the Xcode Command Line Tools (no Xcode project file provided)" echo echo " On Windows:" echo -echo " - Please use MinGW (http://www.mingw.org/) or Visual Studio 2019" -echo " with the msvc/BoCA/BoCA.sln project file to build the fre:ac CDK" +echo " - Please use MSYS2 (https://www.msys2.org/) or Visual Studio 2019" +echo " with the msvc/BoCA.sln project file to build the fre:ac CDK" echo echo "When all prerequisites are met, simply run \"make && make install\"." echo diff --git a/runtime/Makefile b/runtime/Makefile index e7ea1d80..bbd101b1 100755 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -4,7 +4,7 @@ TARGET = boca TYPE = runtime VERSION = 1.0 -REVISION = 2 +REVISION = 3 BOCA_PATH = ..