From e743a3f860f0af6dccad76368d91088cac145981 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 4 Apr 2022 12:52:28 +0200 Subject: [PATCH] Set version to 2010.10.3-RC_01 --- ResInsightVersion.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ResInsightVersion.cmake b/ResInsightVersion.cmake index 0826733d54..57b85eb76d 100644 --- a/ResInsightVersion.cmake +++ b/ResInsightVersion.cmake @@ -1,11 +1,11 @@ set(RESINSIGHT_MAJOR_VERSION 2021) set(RESINSIGHT_MINOR_VERSION 10) -set(RESINSIGHT_PATCH_VERSION 2) +set(RESINSIGHT_PATCH_VERSION 3) # Opional text with no restrictions #set(RESINSIGHT_VERSION_TEXT "-dev") -#set(RESINSIGHT_VERSION_TEXT "-RC_01") +set(RESINSIGHT_VERSION_TEXT "-RC_01") # Optional text # Must be unique and increasing within one combination of major/minor/patch version