Skip to content

Commit

Permalink
Prepare v1.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Jun 27, 2021
1 parent 67ec527 commit 4b041e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cdk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cdk64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TARGET = boca
TYPE = runtime
VERSION = 1.0
REVISION = 2
REVISION = 3

BOCA_PATH = ..

Expand Down

0 comments on commit 4b041e7

Please sign in to comment.