summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Doxyfile2
-rwxr-xr-xsrc/cython/doc/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Doxyfile b/src/Doxyfile
index 2fecf5fb..6c01aefc 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.0"
+PROJECT_NUMBER = "2.0.1-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/cython/doc/conf.py b/src/cython/doc/conf.py
index 42bfd59c..072f7a94 100755
--- a/src/cython/doc/conf.py
+++ b/src/cython/doc/conf.py
@@ -69,7 +69,7 @@ copyright = u'2016, GUDHI Editorial Board'
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
-release = '2.0.0'
+release = '2.0.1-rc1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.