Skip to content

Commit

Permalink
Merge pull request #1011 from VincentRouvreau/gudhi_3.9.0
Browse files Browse the repository at this point in the history
GUDHI version 3.9.0
  • Loading branch information
VincentRouvreau authored Dec 21, 2023
2 parents da72271 + 1398736 commit d86949a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/for_maintainers/switcher.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[
{
"name": "v3.8.0 (latest)",
"version": "3.8.0",
"name": "v3.9.0 (latest)",
"version": "3.9.0",
"url": "https://gudhi.inria.fr/python/latest/"
},
{
"name": "v3.8.0",
"version": "3.8.0",
"url": "https://gudhi.inria.fr/python/3.8.0/"
},
{
"name": "v3.7.1",
"version": "3.7.1",
Expand Down
2 changes: 1 addition & 1 deletion CMakeGUDHIVersion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set (GUDHI_MAJOR_VERSION 3)
set (GUDHI_MINOR_VERSION 9)
# GUDHI_PATCH_VERSION can be 'ZaN' for Alpha release, 'ZbN' for Beta release, 'ZrcN' for release candidate or 'Z' for a final release.
set (GUDHI_PATCH_VERSION 0rc1)
set (GUDHI_PATCH_VERSION 0)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})

message(STATUS "GUDHI version : ${GUDHI_VERSION}")

0 comments on commit d86949a

Please sign in to comment.