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

Update version to 3.1.0

parent 9469af07
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
Changelog
================================================================================
Release 3.X.X
Release 3.1.0
--------------------------------------------------------------------------------
* Introduce alignment processing steps in BuildRawModel
......
......@@ -24,7 +24,7 @@ include(PROMOD3)
# versioning info
set(PROMOD3_VERSION_MAJOR 3)
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})
......
ARG OPENSTRUCTURE_VERSION="2.0.0-bionic"
ARG OPENSTRUCTURE_VERSION="2.0.0"
FROM registry.scicore.unibas.ch/schwede/openstructure:${OPENSTRUCTURE_VERSION}
# ARGUMENTS
###########
ARG PROMOD_VERSION="3.0.0"
ARG PROMOD_VERSION="3.1.0"
ARG SRC_FOLDER="/usr/local/src"
......
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/promod3:3.0.0-OST2.0.0-bionic
%post
From: registry.scicore.unibas.ch/schwede/promod3:3.1.0%post
##############################################################################
# POST
##############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment