summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-12-14 12:55:06 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-12-14 12:55:06 +0000
commit51d5cdbb5e0d2ac632611811435eef798e496ac6 (patch)
treee197f7c0145dcb8a59e47d637f912a35cf3f29c9
parent204e75f3fb1628fbe2be6f3fe4e91a858a8faab1 (diff)
Version numbers
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3073 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 38b84cada057e433d09aaf987b0d495e86e19962
-rw-r--r--CMakeGUDHIVersion.txt4
-rw-r--r--src/Doxyfile2
-rw-r--r--src/common/doc/main_page.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt
index bfef1590..cb07e55a 100644
--- a/CMakeGUDHIVersion.txt
+++ b/CMakeGUDHIVersion.txt
@@ -1,6 +1,6 @@
set (GUDHI_MAJOR_VERSION 2)
-set (GUDHI_MINOR_VERSION 0)
-set (GUDHI_PATCH_VERSION 1)
+set (GUDHI_MINOR_VERSION 1)
+set (GUDHI_PATCH_VERSION 0.rc1)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})
message(STATUS "GUDHI version : ${GUDHI_VERSION}")
diff --git a/src/Doxyfile b/src/Doxyfile
index 429bf6a1..2d5adea1 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "GUDHI"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = "2.0.1"
+PROJECT_NUMBER = "2.1.0.rc1"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index 108cf6e3..148ee670 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -99,7 +99,7 @@
<tr>
<td width="25%">
<b>Author:</b> Mathieu Carri&egrave;re<br>
- <b>Introduced in:</b> GUDHI 2.0.1<br>
+ <b>Introduced in:</b> GUDHI 2.1.0<br>
<b>Copyright:</b> GPL v3<br>
</td>
<td width="75%">
@@ -551,4 +551,4 @@ make doxygen
* @example Witness_complex/weak_witness_persistence.cpp
* @example Witness_complex/strong_witness_persistence.cpp
*/
- \ No newline at end of file
+