Skip to content

Commit

Permalink
Prepare v1.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Oct 10, 2020
1 parent 100e41a commit d6efddf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cdk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir %CDK_INSTALL_PATH%\system\etc 2> nul
set BUILD_WIN32=True
set BUILD_X86=True

echo fre:ac Component Development Kit v1.1.2
echo fre:ac Component Development Kit v1.1.3
echo Copyright (C) 2001-2020 Robert Kausch

bash
2 changes: 1 addition & 1 deletion cdk64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir %CDK_INSTALL_PATH%\system64\etc 2> nul
set BUILD_WIN32=True
set BUILD_X86_64=True

echo fre:ac Component Development Kit v1.1.2 (x64)
echo fre:ac Component Development Kit v1.1.3 (x64)
echo Copyright (C) 2001-2020 Robert Kausch

bash
6 changes: 3 additions & 3 deletions packaging/haiku/boca-version.recipe.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
smooth$secondaryArchSuffix >= 0.9.0
smooth$secondaryArchSuffix >= 0.9.6
lib:libsmooth_0.9$secondaryArchSuffix >= 0
lib:libexpat$secondaryArchSuffix
lib:liburiparser$secondaryArchSuffix
Expand All @@ -36,13 +36,13 @@ PROVIDES_devel="
"
REQUIRES_devel="
boca$secondaryArchSuffix == $portVersion base
smooth${secondaryArchSuffix}_devel >= 0.9.0
smooth${secondaryArchSuffix}_devel >= 0.9.6
devel:libsmooth_0.9$secondaryArchSuffix >= 0
"

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
smooth${secondaryArchSuffix}_devel >= 0.9.0
smooth${secondaryArchSuffix}_devel >= 0.9.6
devel:libsmooth_0.9$secondaryArchSuffix
devel:libexpat$secondaryArchSuffix
devel:liburiparser$secondaryArchSuffix
Expand Down

0 comments on commit d6efddf

Please sign in to comment.