-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #783 from VincentRouvreau/release_3.7.1_rc1
3.7.1 release
- Loading branch information
Showing
3 changed files
with
9 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Must be conform to pep440 - https://www.python.org/dev/peps/pep-0440/#pre-releases | ||
set (GUDHI_MAJOR_VERSION 3) | ||
set (GUDHI_MINOR_VERSION 8) | ||
set (GUDHI_MINOR_VERSION 7) | ||
# 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 0a0) | ||
set (GUDHI_PATCH_VERSION 1rc1) | ||
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION}) | ||
|
||
message(STATUS "GUDHI version : ${GUDHI_VERSION}") |