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

Update version to 2.9.2

parent 4f6d278b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ project(OpenStructure CXX C)
set (CMAKE_EXPORT_COMPILE_COMMANDS 1)
set (OST_VERSION_MAJOR 2)
set (OST_VERSION_MINOR 9)
set (OST_VERSION_PATCH 1)
set (OST_VERSION_PATCH 2)
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.9.1"
ARG OPENSTRUCTURE_VERSION="2.9.2"
ARG SRC_FOLDER="/usr/local/src"
ARG CPUS_FOR_MAKE=2
......
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/openstructure:2.9.1
From: registry.scicore.unibas.ch/schwede/openstructure:2.9.2
%post
##############################################################################
# POST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment