Skip to content

Commit

Permalink
release: Version v1.3.1
Browse files Browse the repository at this point in the history
Changelog: Imrpvements in cmake handling
  • Loading branch information
Riccardo Milani committed Jan 6, 2024
1 parent e85d548 commit 683ff5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CoMMA_lib/CoMMA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 683ff5a

Please sign in to comment.