From 4b041e7fb5025b89f1132ee18dd9c3169f57e990 Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Sun, 27 Jun 2021 14:05:39 +0200 Subject: [PATCH] Prepare v1.0.5 release. --- cdk.bat | 2 +- cdk64.bat | 2 +- configure | 8 ++++---- runtime/Makefile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cdk.bat b/cdk.bat index 3576eb477..8ae138545 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 dc7763925..9ec1ff6e1 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 ca375a13d..f8317a0e9 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 e7ea1d801..bbd101b19 100755 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -4,7 +4,7 @@ TARGET = boca TYPE = runtime VERSION = 1.0 -REVISION = 2 +REVISION = 3 BOCA_PATH = ..