Skip to content
Snippets Groups Projects
Commit 711e48c5 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Update version to 2.1.0

parent 5005c07e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
Changelog
================================================================================
Release 2.x.x
Release 2.1.0
--------------------------------------------------------------------------------
* This is expected to be the last release supporting Python 2.
......
......@@ -16,7 +16,7 @@ include(PROMOD3)
# versioning info
set(PROMOD3_VERSION_MAJOR 2)
set(PROMOD3_VERSION_MINOR 0)
set(PROMOD3_VERSION_MINOR 1)
set(PROMOD3_VERSION_PATCH 0)
set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_MAJOR}.${PROMOD3_VERSION_MINOR})
set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_STRING}.${PROMOD3_VERSION_PATCH})
......@@ -93,7 +93,7 @@ if(NOT DISABLE_DOCUMENTATION)
# this URL should always point to the latest version of OST
set(OST_DOC_URL "https://www.openstructure.org/docs")
endif()
find_package(OPENSTRUCTURE 1.10.0 REQUIRED
find_package(OPENSTRUCTURE 1.11.0 REQUIRED
COMPONENTS io mol seq seq_alg mol_alg conop img mol_mm)
if(CMAKE_COMPILER_IS_GNUCXX)
......
......@@ -2,8 +2,8 @@ FROM ubuntu:18.04
# ARGUMENTS
###########
ARG OPENSTRUCTURE_VERSION="1.10.0"
ARG PROMOD_VERSION="2.0.0"
ARG OPENSTRUCTURE_VERSION="1.11.0"
ARG PROMOD_VERSION="2.1.0"
ARG SRC_FOLDER="/usr/local/src"
ARG CPUS_FOR_MAKE=4
ARG COMPLIB_DIR="/usr/local/share/ost_complib"
......
......@@ -286,7 +286,7 @@ rst_epilog = """
.. |cmake| replace:: CMake
.. |ost_l| replace:: OpenStructure
.. |ost_s| replace:: OST
.. |ost_version| replace:: 1.10.0
.. |ost_version| replace:: 1.11.0
.. |python| replace:: Python
.. |sphinx| replace:: Sphinx
.. _sphinx: http://sphinx-doc.org/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment