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

Update version to 4.3.1

parent b50a6a50
Branches
Tags 4.3.1-rc 4.3.1-rc2
No related merge requests found
......@@ -12,7 +12,7 @@ cmake_policy(SET CMP0060 NEW)
set (QMEAN_VERSION_MAJOR 4)
set (QMEAN_VERSION_MINOR 3)
set (QMEAN_VERSION_PATCH 0)
set (QMEAN_VERSION_PATCH 1)
set (QMEAN_VERSION_STRING ${QMEAN_VERSION_MAJOR}.${QMEAN_VERSION_MINOR}.${QMEAN_VERSION_PATCH} )
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake_support)
......@@ -74,7 +74,7 @@ set(PYTHON_MODULE_PATH "python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/si
setup_boost()
find_package(OPENSTRUCTURE 2.3.0 REQUIRED
find_package(OPENSTRUCTURE 2.4.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.3.0'
release = '4.3.1'
# The full version, including alpha/beta/rc tags.
release = '4.3.0'
release = '4.3.1'
# 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.
Please register or to comment