diff --git a/README.md b/README.md index 255bb651..52c40e37 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Please note that the individual example READMEs may include further requirements ### All Platforms -* To load custom encoders built with the latest SDK, CityEngine 2024.0 is required. For older versions of CityEngine an older version of the SDK might have to be used, see [Release History](#release-history-and-changelog). Some SDK versions don't have a matching CityEngine. -* A license for the corresponding CityEngine version. For example, a license for CityEngine 2024.0 to author Rule Packages for the current SDK release. +* To load custom encoders built with the latest SDK, CityEngine 2024.1 is required. For older versions of CityEngine an older version of the SDK might have to be used, see [Release History](#release-history-and-changelog). Some SDK versions don't have a matching CityEngine. +* A license for the corresponding CityEngine version. For example, a license for CityEngine 2024.1 to author Rule Packages for the current SDK release. * CMake 3.19 or later () ### Windows @@ -99,6 +99,8 @@ Please note that the individual example READMEs may include further requirements A detailed list of changes to the API, CGA language and built-in codecs can be found in the [Changelog](changelog.md). +* [v3.2.10650 (2024-11-20, CityEngine 2024.1)](https://github.com/Esri/cityengine-sdk/releases/tag/3.2.10650) +* [v3.2.10352 (2024-08-23, ArcGIS Pro 3.4, Enterprise 11.4)](https://github.com/Esri/cityengine-sdk/releases/tag/3.2.10352) * [v3.2.10211 (2024-07-11, CityEngine 2024.0)](https://github.com/Esri/cityengine-sdk/releases/tag/3.2.10211) * [v3.2.9903 (2024-06-11, ArcGIS Pro 3.3, Enterprise 11.3)](https://github.com/Esri/cityengine-sdk/releases/tag/3.2.9903) * [v3.1.9666 (2023-11-20, CityEngine 2023.1)](https://github.com/Esri/cityengine-sdk/releases/tag/3.1.9666) diff --git a/changelog.md b/changelog.md index a73e3b88..22df2b59 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,9 @@ -# CITYENGINE SDK 3.2.10646 CHANGELOG +# CITYENGINE SDK 3.2.10650 CHANGELOG This section lists changes compared to CityEngine SDK 3.2.10352. ## General Info -* CityEngine SDK 3.2.10646 is used in CityEngine 2024.1.10646. +* CityEngine SDK 3.2.10650 is used in CityEngine 2024.1.10650. ## PRT API * `prt::Attributable::toXML()`: fixed a bug where some float numbers were converted to wrong string values in rare cases. Further, the maximum number of digits in the string representation was reduced by 1. diff --git a/examples/prt4cmd/src/CMakeLists.txt b/examples/prt4cmd/src/CMakeLists.txt index bee77c64..c3064689 100644 --- a/examples/prt4cmd/src/CMakeLists.txt +++ b/examples/prt4cmd/src/CMakeLists.txt @@ -37,7 +37,7 @@ if(NOT prt_DIR) set(PRT_TC "gcc112") endif() - set(PRT_VERSION "3.2.10211") + set(PRT_VERSION "3.2.10650") set(PRT_CLS "${PRT_OS}-${PRT_TC}-x86_64-rel-opt") set(PRT_URL "https://github.com/esri/cityengine-sdk/releases/download/${PRT_VERSION}/esri_ce_sdk-${PRT_VERSION}-${PRT_CLS}.zip") diff --git a/examples/prt4cmd/test/test_candler.sh b/examples/prt4cmd/test/test_candler.sh index 8cd23a7e..508b003c 100755 --- a/examples/prt4cmd/test/test_candler.sh +++ b/examples/prt4cmd/test/test_candler.sh @@ -2,7 +2,7 @@ T="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" R="$(dirname "${T}")" -U="https://github.com/Esri/cityengine-sdk/releases/download/3.2.10211/esri_ce_sdk-example_data-v3.zip" +U="https://github.com/Esri/cityengine-sdk/releases/download/3.2.10650/esri_ce_sdk-example_data-v3.zip" D="${R}/data" O="${R}/output" diff --git a/examples/stldec/src/CMakeLists.txt b/examples/stldec/src/CMakeLists.txt index 218e3ee7..da1aad50 100644 --- a/examples/stldec/src/CMakeLists.txt +++ b/examples/stldec/src/CMakeLists.txt @@ -45,7 +45,7 @@ if(NOT prt_DIR) set(PRT_TC "gcc112") endif() - set(PRT_VERSION "3.2.10211") + set(PRT_VERSION "3.2.10650") set(PRT_CLS "${PRT_OS}-${PRT_TC}-x86_64-rel-opt") set(PRT_URL "https://github.com/esri/cityengine-sdk/releases/download/${PRT_VERSION}/esri_ce_sdk-${PRT_VERSION}-${PRT_CLS}.zip") diff --git a/examples/stlenc/src/CMakeLists.txt b/examples/stlenc/src/CMakeLists.txt index 8ca07e0a..4c54dbac 100644 --- a/examples/stlenc/src/CMakeLists.txt +++ b/examples/stlenc/src/CMakeLists.txt @@ -34,7 +34,7 @@ if(NOT prt_DIR) set(PRT_TC "gcc112") endif() - set(PRT_VERSION "3.2.10211") + set(PRT_VERSION "3.2.10650") set(PRT_CLS "${PRT_OS}-${PRT_TC}-x86_64-rel-opt") set(PRT_URL "https://github.com/esri/cityengine-sdk/releases/download/${PRT_VERSION}/esri_ce_sdk-${PRT_VERSION}-${PRT_CLS}.zip")