From 08a46c23073563e0595411e021c7a7f778be09b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Wed, 24 Jan 2018 16:53:41 +0100 Subject: [PATCH] Upped to version 2018.01.00-patch.03 --- ResInsightVersion.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ResInsightVersion.cmake b/ResInsightVersion.cmake index de0ecb0061..a68a1dac23 100644 --- a/ResInsightVersion.cmake +++ b/ResInsightVersion.cmake @@ -4,13 +4,13 @@ set(RESINSIGHT_MINOR_VERSION 01) set(RESINSIGHT_PATCH_VERSION 00) # Opional text with no restrictions -set(RESINSIGHT_VERSION_TEXT "-dev") +set(RESINSIGHT_VERSION_TEXT "-patch") # Optional text # 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 ".03") # https://github.com/CRAVA/crava/tree/master/libs/nrlib set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")