summaryrefslogtreecommitdiff
path: root/CMakeGUDHIVersion.txt
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-01-22 18:00:57 +0100
committerGitHub <noreply@github.com>2021-01-22 18:00:57 +0100
commitc838e3ec441109cc02ea4612dd2189860662298f (patch)
tree1f758b12c9256b44d2818322fd1f641c62b4e1ef /CMakeGUDHIVersion.txt
parent0d4d99efd1ea1c594be14baca0bab714ed172607 (diff)
parent7923b83d1ccf03f1c8b0a7fcd73e199894784a45 (diff)
Merge pull request #449 from VincentRouvreau/move_dockerfiles_in_another_repo
Move dockerfiles in another repo
Diffstat (limited to 'CMakeGUDHIVersion.txt')
-rw-r--r--CMakeGUDHIVersion.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt
index 5b0777a6..db9b243b 100644
--- a/CMakeGUDHIVersion.txt
+++ b/CMakeGUDHIVersion.txt
@@ -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 4)
+set (GUDHI_MINOR_VERSION 5)
# 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 0rc1)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})
message(STATUS "GUDHI version : ${GUDHI_VERSION}")