From 810471fdfe8af133e9fdd865cd3d8a7e57632449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Aradi?= Date: Mon, 2 May 2022 17:22:05 +0200 Subject: [PATCH] Bump version number --- CHANGELOG.rst | 4 ++-- CMakeLists.txt | 2 +- doc/doxygen/Doxyfile | 2 +- doc/sphinx/conf.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 90234f6..7fe22bb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,8 +4,8 @@ Change Log Notable project changes in various releases. -Unreleased -========== +1.1 +=== Added ----- diff --git a/CMakeLists.txt b/CMakeLists.txt index 02d0c28..54a1c2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(ScalapackFxUtils) include(${CMAKE_CURRENT_SOURCE_DIR}/config.cmake) -project(ScalapackFx VERSION 1.0.2 LANGUAGES Fortran) +project(ScalapackFx VERSION 1.1.0 LANGUAGES Fortran) setup_build_type() diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index e7df34c..02397b8 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "ScaLAPACKFX" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "1.0.2" +PROJECT_NUMBER = "1.1.0" # 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 diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 712a4d7..e2b1490 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -45,10 +45,10 @@ # built documents. # # The short X.Y version. -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0.2' +release = '1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.