Set version to 2023.01.0-RC_01 and disable debug output of AABB tree

This commit is contained in:
Magne Sjaastad 2022-12-22 09:48:04 +01:00
parent c1aceb7134
commit 5d072663f1
2 changed files with 8 additions and 7 deletions

View File

@ -656,7 +656,8 @@ void RimEclipseCase::computeCachedData()
std::string aabbTreeInfo; std::string aabbTreeInfo;
rigEclipseCase->mainGrid()->computeCachedData( &aabbTreeInfo ); rigEclipseCase->mainGrid()->computeCachedData( &aabbTreeInfo );
RiaLogging::debug( QString::fromStdString( aabbTreeInfo ) ); // Debug output of the content of the AABB tree
// RiaLogging::debug( QString::fromStdString( aabbTreeInfo ) );
} }
{ {

View File

@ -1,17 +1,17 @@
set(RESINSIGHT_MAJOR_VERSION 2022) set(RESINSIGHT_MAJOR_VERSION 2023)
set(RESINSIGHT_MINOR_VERSION 06) set(RESINSIGHT_MINOR_VERSION 01)
set(RESINSIGHT_PATCH_VERSION 2) set(RESINSIGHT_PATCH_VERSION 0)
# Opional text with no restrictions # Opional text with no restrictions
set(RESINSIGHT_VERSION_TEXT "-dev") #set(RESINSIGHT_VERSION_TEXT "-dev")
#set(RESINSIGHT_VERSION_TEXT "-RC_05") set(RESINSIGHT_VERSION_TEXT "-RC_01")
# Optional text # Optional text
# Must be unique and increasing within one combination of major/minor/patch version # Must be unique and increasing within one combination of major/minor/patch version
# The uniqueness of this text is independent of RESINSIGHT_VERSION_TEXT # The uniqueness of this text is independent of RESINSIGHT_VERSION_TEXT
# Format of text must be ".xx" # Format of text must be ".xx"
set(RESINSIGHT_DEV_VERSION ".07") #set(RESINSIGHT_DEV_VERSION ".07")
# https://github.com/CRAVA/crava/tree/master/libs/nrlib # https://github.com/CRAVA/crava/tree/master/libs/nrlib
set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f") set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")