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

Update version to 3.4.0

parent db39fdcf
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ include(PROMOD3)
# versioning info
set(PROMOD3_VERSION_MAJOR 3)
set(PROMOD3_VERSION_MINOR 3)
set(PROMOD3_VERSION_PATCH 1)
set(PROMOD3_VERSION_MINOR 4)
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_IMAGE_TAG="2.5.0-jammy"
ARG OPENSTRUCTURE_IMAGE_TAG="2.6.0-jammy"
FROM registry.scicore.unibas.ch/schwede/openstructure:${OPENSTRUCTURE_IMAGE_TAG}
# ARGUMENTS
###########
ARG PROMOD_VERSION="3.3.1"
ARG PROMOD_VERSION="3.4.0"
ARG SRC_FOLDER="/usr/local/src"
......
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/promod3:3.3.1-OST2.5.0-jammy
From: registry.scicore.unibas.ch/schwede/promod3:3.4.0-OST2.6.0-jammy
%post
##############################################################################
# POST
......
......@@ -286,7 +286,7 @@ rst_epilog = """
.. |cmake| replace:: CMake
.. |ost_l| replace:: OpenStructure
.. |ost_s| replace:: OST
.. |ost_version| replace:: 2.5.0
.. |ost_version| replace:: 2.6.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.
Finish editing this message first!
Please register or to comment