Skip to content

Commit

Permalink
Merge pull request #1090 from VincentRouvreau/release_3_10
Browse files Browse the repository at this point in the history
GUDHI Release 3.10.0
  • Loading branch information
VincentRouvreau authored Jun 27, 2024
2 parents e4feb7b + 832d43e commit 7d64a17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/for_maintainers/switcher.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"name": "v3.10.0rc2",
"version": "3.10.0rc2",
"url": "https://gudhi.inria.fr/python/3.10.0rc2/"
"name": "v3.10.0 (latest)",
"version": "3.10.0",
"url": "https://gudhi.inria.fr/python/latest/"
},
{
"name": "v3.9.0 (latest)",
"name": "v3.9.0",
"version": "3.9.0",
"url": "https://gudhi.inria.fr/python/latest/"
"url": "https://gudhi.inria.fr/python/3.9.0/"
},
{
"name": "v3.8.0",
Expand Down Expand Up @@ -79,4 +79,4 @@
"version": "2.0.0",
"url": "https://gudhi.inria.fr/python/2.0.0/"
}
]
]
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 10)
# 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 0rc2)
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 7d64a17

Please sign in to comment.