-
Notifications
You must be signed in to change notification settings - Fork 66
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 #1099 from VincentRouvreau/prepare_release_3.11.0
Cleanup for next release 3.11.0
- Loading branch information
Showing
2 changed files
with
18 additions
and
8 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
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 10) | ||
set (GUDHI_MINOR_VERSION 11) | ||
# 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 1) | ||
set (GUDHI_PATCH_VERSION 0a1) | ||
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION}) | ||
|
||
message(STATUS "GUDHI version : ${GUDHI_VERSION}") |