From f73f8b2466e9b44d4f93abcc4cc66c76cc040f11 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 21 Oct 2021 09:46:44 +0200 Subject: [PATCH] Set version to 2021.10.0 --- ResInsightVersion.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ResInsightVersion.cmake b/ResInsightVersion.cmake index 4f0b3b56bf..892be15efb 100644 --- a/ResInsightVersion.cmake +++ b/ResInsightVersion.cmake @@ -1,6 +1,6 @@ set(RESINSIGHT_MAJOR_VERSION 2021) -set(RESINSIGHT_MINOR_VERSION 06) +set(RESINSIGHT_MINOR_VERSION 10) set(RESINSIGHT_PATCH_VERSION 0) # Opional text with no restrictions @@ -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 ".01") +set(RESINSIGHT_DEV_VERSION ".02") # https://github.com/CRAVA/crava/tree/master/libs/nrlib set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")