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

Update version to 4.4.0

parent 6457e5b5
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.30.0") ...@@ -31,8 +31,8 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.30.0")
endif() endif()
set (QMEAN_VERSION_MAJOR 4) set (QMEAN_VERSION_MAJOR 4)
set (QMEAN_VERSION_MINOR 3) set (QMEAN_VERSION_MINOR 4)
set (QMEAN_VERSION_PATCH 1) set (QMEAN_VERSION_PATCH 0)
set (QMEAN_VERSION_STRING ${QMEAN_VERSION_MAJOR}.${QMEAN_VERSION_MINOR}.${QMEAN_VERSION_PATCH} ) 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) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake_support)
...@@ -98,7 +98,7 @@ find_package(Boost ${_BOOST_MIN_VERSION} ...@@ -98,7 +98,7 @@ find_package(Boost ${_BOOST_MIN_VERSION}
REQUIRED) REQUIRED)
find_package(OPENSTRUCTURE 2.4.0 REQUIRED find_package(OPENSTRUCTURE 2.10.0 REQUIRED
COMPONENTS mol seq seq_alg mol_alg conop db) COMPONENTS mol seq seq_alg mol_alg conop db)
include_directories(${Boost_INCLUDE_DIRS} include_directories(${Boost_INCLUDE_DIRS}
......
...@@ -70,9 +70,9 @@ copyright = u'2016-2020, Gabriel Studer' ...@@ -70,9 +70,9 @@ copyright = u'2016-2020, Gabriel Studer'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
release = '4.3.1' release = '4.4.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '4.3.1' release = '4.4.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # 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