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

Update version to 2.7.0

parent 72872958
No related branches found
No related tags found
No related merge requests found
Changes in Release 2.x
Changes in Release 2.7.0
--------------------------------------------------------------------------------
* mmCIF writing support.
......@@ -21,7 +21,6 @@ Changes in Release 2.6.1
* Bugfix in DockQ computation when using ost.mol.scoring
Changes in Release 2.6.0
--------------------------------------------------------------------------------
......
......@@ -14,8 +14,8 @@ cmake_policy(SET CMP0060 NEW)
project(OpenStructure CXX C)
set (CMAKE_EXPORT_COMPILE_COMMANDS 1)
set (OST_VERSION_MAJOR 2)
set (OST_VERSION_MINOR 6)
set (OST_VERSION_PATCH 1)
set (OST_VERSION_MINOR 7)
set (OST_VERSION_PATCH 0)
set (OST_VERSION_STRING ${OST_VERSION_MAJOR}.${OST_VERSION_MINOR}.${OST_VERSION_PATCH} )
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake_support)
include(OST)
......
......@@ -2,7 +2,7 @@ FROM ubuntu:22.04
# ARGUMENTS
###########
ARG OPENSTRUCTURE_VERSION="2.6.1"
ARG OPENSTRUCTURE_VERSION="2.7.0"
ARG SRC_FOLDER="/usr/local/src"
ARG CPUS_FOR_MAKE=2
ARG OPENMM_VERSION="7.7.0"
......
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/openstructure:2.6.1-jammy
From: registry.scicore.unibas.ch/schwede/openstructure:2.7.0-jammy
%post
##############################################################################
# POST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment