Skip to content
Snippets Groups Projects
Commit 7a0d3f55 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Update version to 4.3.0

parent 754edfac
No related branches found
No related tags found
No related merge requests found
Changes in Release 4.X.X
Changes in Release 4.3.0
--------------------------------------------------------------------------------
* Containerized workflows for published QMEAN flavours (QMEAN, QMEANDisCo,
......
......@@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.12.1 FATAL_ERROR)
cmake_policy(SET CMP0060 NEW)
set (QMEAN_VERSION_MAJOR 4)
set (QMEAN_VERSION_MINOR 2)
set (QMEAN_VERSION_MINOR 3)
set (QMEAN_VERSION_PATCH 0)
set (QMEAN_VERSION_STRING ${QMEAN_VERSION_MAJOR}.${QMEAN_VERSION_MINOR}.${QMEAN_VERSION_PATCH} )
......@@ -74,7 +74,7 @@ set(PYTHON_MODULE_PATH "python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/si
setup_boost()
find_package(OPENSTRUCTURE 2.2.0 REQUIRED
find_package(OPENSTRUCTURE 2.3.0 REQUIRED
COMPONENTS mol seq seq_alg mol_alg conop db)
include_directories(${Boost_INCLUDE_DIRS}
......
......@@ -70,9 +70,9 @@ copyright = u'2016-2020, Gabriel Studer'
# built documents.
#
# The short X.Y version.
release = '4.2.0'
release = '4.3.0'
# The full version, including alpha/beta/rc tags.
release = '4.2.0'
release = '4.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment