ResInsight/ResInsightVersion.cmake

39 lines
1.5 KiB
CMake
Raw Normal View History

2018-01-05 04:52:35 -06:00
set(RESINSIGHT_MAJOR_VERSION 2018)
2018-05-22 04:29:40 -05:00
set(RESINSIGHT_MINOR_VERSION 05)
2018-05-25 02:47:17 -05:00
set(RESINSIGHT_PATCH_VERSION 1)
2015-11-10 02:02:27 -06:00
# Opional text with no restrictions
set(RESINSIGHT_VERSION_TEXT "-dev")
# 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"
2018-09-05 08:43:26 -05:00
set(RESINSIGHT_DEV_VERSION ".06")
2015-11-02 03:06:27 -06:00
# https://github.com/CRAVA/crava/tree/master/libs/nrlib
set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")
# https://github.com/Statoil/libecl
2018-08-14 08:02:41 -05:00
# Note:
# Apply patches fix-synthetic-odb-cases.patch and install-ert.patch after update
set(ECL_GITHUB_SHA "1f051833c8ed819185fd334dfc7e05511ee35d5f")
2016-10-13 06:55:32 -05:00
2017-04-21 02:17:55 -05:00
# https://github.com/OPM/opm-flowdiagnostics
set(OPM_FLOWDIAGNOSTICS_SHA "f8af0914f8b1ddcda41f040f539c945a6057f5e4")
2017-04-21 02:17:55 -05:00
# https://github.com/OPM/opm-flowdiagnostics-applications
set(OPM_FLOWDIAGNOSTICS_APPLICATIONS_SHA "24ff768dc509b6c6bbd0121ef46a5932fae92961")
2017-04-21 02:17:55 -05:00
# https://github.com/OPM/opm-parser/blob/master/opm/parser/eclipse/Units/Units.hpp
# This file was moved from opm-core to opm-parser october 2016
# sha for Units.hpp 9a679071dd0066236154852c39a9e0b3c3ac4873
# https://github.com/JacobStoren/SolveSpaceLib
set(LIB_SLVS_SHA "c16d0e875f91e8e2e07842d71d37305c042c35e6")
# Which is based on https://github.com/solvespace/solvespace master from early march 2018
set(STRPRODUCTVER ${RESINSIGHT_MAJOR_VERSION}.${RESINSIGHT_MINOR_VERSION}.${RESINSIGHT_PATCH_VERSION}${RESINSIGHT_VERSION_TEXT}${RESINSIGHT_DEV_VERSION})