From 6eb8f75f17ed2bd22f814fd4ecbf9101fa34dba9 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 15 Jan 2024 08:48:42 +0100 Subject: [PATCH] Bump version to dev.09 --- ApplicationExeCode/CMakeLists.txt | 1 - ResInsightVersion.cmake | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ApplicationExeCode/CMakeLists.txt b/ApplicationExeCode/CMakeLists.txt index f196aad1d0..6dd88ebb8d 100644 --- a/ApplicationExeCode/CMakeLists.txt +++ b/ApplicationExeCode/CMakeLists.txt @@ -400,7 +400,6 @@ foreach(riFileName ${RI_FILENAMES}) endforeach() add_custom_target( PreBuildFileCopy - COMMENT "PreBuildFileCopy step: copy runtime files into build folder" ${copyCommands} ) set_property(TARGET PreBuildFileCopy PROPERTY FOLDER "FileCopyTargets") diff --git a/ResInsightVersion.cmake b/ResInsightVersion.cmake index 61b441ece1..3a05bdb5f2 100644 --- a/ResInsightVersion.cmake +++ b/ResInsightVersion.cmake @@ -11,7 +11,7 @@ set(RESINSIGHT_VERSION_TEXT "-dev") # Must be unique and increasing within one combination of major/minor/patch version # The uniqueness of this text is independent of RESINSIGHT_VERSION_TEXT # Format of text must be ".xx" -set(RESINSIGHT_DEV_VERSION ".08") +set(RESINSIGHT_DEV_VERSION ".09") # https://github.com/CRAVA/crava/tree/master/libs/nrlib set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")