diff --git a/CI/ci-linux-build.sh b/CI/ci-linux-build.sh index 9cf501a2..48d8173f 100755 --- a/CI/ci-linux-build.sh +++ b/CI/ci-linux-build.sh @@ -69,9 +69,9 @@ else echo "Copying all required libraries of OpenMesh to the systemlib directory" if [ "$BUILD_TYPE" == "release" ]; then - ldd Build/lib/libOpenMeshCore.so.9.1 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib + ldd Build/lib/libOpenMeshCore.so.10.0 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib else - ldd Build/lib/libOpenMeshCored.so.9.1 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib + ldd Build/lib/libOpenMeshCored.so.10.0 | grep "=> /" | awk '{print $3}' | xargs -I '{}' cp -v '{}' systemlib fi fi diff --git a/CMakeLists.txt b/CMakeLists.txt index aa4cb591..e087cb5b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ enable_testing() project (OpenMesh - VERSION 9.1.0 + VERSION 10.0.0 LANGUAGES C CXX ) # Set AUTO UIC/MOC Policy to new for CMAKE 3.17 or higher diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 554d06db..69ef376f 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -8,6 +8,11 @@ 10.0 (?/?/?) +Breaking Changes + + IO