From 9682d126e943ec5c548a50c12f010382d645ae57 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Fri, 15 May 2020 15:20:59 +0200 Subject: [PATCH] Set version to patch release 02 --- ResInsightVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ResInsightVersion.cmake b/ResInsightVersion.cmake index 1e4c38f616..3fb2234f66 100644 --- a/ResInsightVersion.cmake +++ b/ResInsightVersion.cmake @@ -4,7 +4,7 @@ set(RESINSIGHT_MINOR_VERSION 04) set(RESINSIGHT_PATCH_VERSION 1) # Opional text with no restrictions -set(RESINSIGHT_VERSION_TEXT "-RC01") +set(RESINSIGHT_VERSION_TEXT "-RC02") # Optional text # Must be unique and increasing within one combination of major/minor/patch version