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

Update version to 3.2.1

parent db2f44bc
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
Changelog
================================================================================
Release 3.X.X
Release 3.2.1
--------------------------------------------------------------------------------
* Bugfix release: Updates OpenStructure dependency to 2.3.0
......
......@@ -25,7 +25,7 @@ include(PROMOD3)
# versioning info
set(PROMOD3_VERSION_MAJOR 3)
set(PROMOD3_VERSION_MINOR 2)
set(PROMOD3_VERSION_PATCH 0)
set(PROMOD3_VERSION_PATCH 1)
set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_MAJOR}.${PROMOD3_VERSION_MINOR})
set(PROMOD3_VERSION_STRING ${PROMOD3_VERSION_STRING}.${PROMOD3_VERSION_PATCH})
......
ARG OPENSTRUCTURE_IMAGE_TAG="2.2.0-focal"
ARG OPENSTRUCTURE_IMAGE_TAG="2.3.0-focal"
FROM registry.scicore.unibas.ch/schwede/openstructure:${OPENSTRUCTURE_IMAGE_TAG}
# ARGUMENTS
###########
ARG PROMOD_VERSION="3.2.0"
ARG PROMOD_VERSION="3.2.1"
ARG SRC_FOLDER="/usr/local/src"
......
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/promod3:3.2.0-OST2.2.0-focal
From: registry.scicore.unibas.ch/schwede/promod3:3.2.1-OST2.3.0-focal
%post
##############################################################################
# POST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment