From 683ff5a0c1ea3340f475ead23a2fa4500b095765 Mon Sep 17 00:00:00 2001 From: Riccardo Milani Date: Sat, 6 Jan 2024 11:01:58 +0100 Subject: [PATCH] release: Version v1.3.1 Changelog: Imrpvements in cmake handling --- CMakeLists.txt | 2 +- CoMMA_lib/CoMMA.cpp | 2 +- Documentation/Doxyfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46d05786..3afa4de3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_CXX_STANDARD 17) ################################### PROJECT ################################# project(CoMMA - VERSION 1.3 + VERSION 1.3.1 DESCRIPTION "Geometric agglomerator for unstructured grids" HOMEPAGE_URL "https://github.com/onera/CoMMA" LANGUAGES CXX diff --git a/CoMMA_lib/CoMMA.cpp b/CoMMA_lib/CoMMA.cpp index a4d8bfb5..029c99d5 100644 --- a/CoMMA_lib/CoMMA.cpp +++ b/CoMMA_lib/CoMMA.cpp @@ -36,7 +36,7 @@ PYBIND11_MODULE(CoMMA, module_handle) { " - IndexType: type for indices\n" " - WeightType: type for weights\n" " - IntType: type for integers"; - module_handle.attr("__version__") = "1.3", + module_handle.attr("__version__") = "1.3.1", module_handle.attr("IndexType") = "ulong", module_handle.attr("WeightType") = "double", module_handle.attr("IntType") = "int", diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile index 8646948f..5a9d6775 100644 --- a/Documentation/Doxyfile +++ b/Documentation/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "CoMMA" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.3" +PROJECT_NUMBER = "1.3.1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a