forked from GUDHI/gudhi-devel
-
Notifications
You must be signed in to change notification settings - Fork 0
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 GUDHI#1012 from VincentRouvreau/gudhi_release_9.10…
….0a1 Prepare next release 3.10.0a1
- Loading branch information
Showing
2 changed files
with
11 additions
and
48 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 9) | ||
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 0) | ||
set (GUDHI_PATCH_VERSION 0a1) | ||
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION}) | ||
|
||
message(STATUS "GUDHI version : ${GUDHI_VERSION}") |