From c9ab87053ce9f146700ff5bee75050a09ae55b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 27 Feb 2023 13:37:42 +0100 Subject: [PATCH] MOve to version 10.0 --- CI/ci-linux-build.sh | 4 ++-- CMakeLists.txt | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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/README.md b/README.md index 11155d6f..faf497ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenMesh, 9.1 +# OpenMesh, 10.0 [![](https://gitlab.vci.wth-aachen.de:9000/OpenMesh/OpenMesh/badges/master/pipeline.svg)](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/commits/master)