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

Update version to 3.2.0

parent 48684be5
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
Changelog
================================================================================
Release 3.2.x
Release 3.2.0
--------------------------------------------------------------------------------
* Remove outdated configuration scripts (Fedora 19 / ancient Mac)
......
......@@ -24,8 +24,8 @@ include(PROMOD3)
# versioning info
set(PROMOD3_VERSION_MAJOR 3)
set(PROMOD3_VERSION_MINOR 1)
set(PROMOD3_VERSION_PATCH 1)
set(PROMOD3_VERSION_MINOR 2)
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})
......@@ -103,7 +103,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 2.1.0 REQUIRED
find_package(OPENSTRUCTURE 2.2.0 REQUIRED
COMPONENTS io mol seq seq_alg mol_alg conop img mol_mm)
if(CMAKE_COMPILER_IS_GNUCXX)
......
ARG OPENSTRUCTURE_IMAGE_TAG="2.1.0-bionic"
ARG OPENSTRUCTURE_IMAGE_TAG="2.2.0-bionic"
FROM registry.scicore.unibas.ch/schwede/openstructure:${OPENSTRUCTURE_IMAGE_TAG}
# ARGUMENTS
###########
ARG PROMOD_VERSION="3.1.1"
ARG PROMOD_VERSION="3.2.0"
ARG SRC_FOLDER="/usr/local/src"
......
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/promod3:3.1.1-OST2.1.0-bionic
From: registry.scicore.unibas.ch/schwede/promod3:3.2.0-OST2.2.0-bionic
%post
##############################################################################
# POST
......
......@@ -286,7 +286,7 @@ rst_epilog = """
.. |cmake| replace:: CMake
.. |ost_l| replace:: OpenStructure
.. |ost_s| replace:: OST
.. |ost_version| replace:: 2.1.0
.. |ost_version| replace:: 2.2.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