2013-01-22 11:28:35 +01:00
|
|
|
|
2018-01-05 11:52:35 +01:00
|
|
|
set(RESINSIGHT_MAJOR_VERSION 2018)
|
|
|
|
|
set(RESINSIGHT_MINOR_VERSION 01)
|
2018-02-22 07:25:37 +01:00
|
|
|
set(RESINSIGHT_PATCH_VERSION 1)
|
2015-11-10 09:02:27 +01:00
|
|
|
|
2018-01-04 13:12:49 +01:00
|
|
|
# Opional text with no restrictions
|
2018-01-05 15:34:26 +01:00
|
|
|
set(RESINSIGHT_VERSION_TEXT "-dev")
|
2018-01-04 13:12:49 +01:00
|
|
|
|
|
|
|
|
# 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-04-11 17:57:40 +02:00
|
|
|
set(RESINSIGHT_DEV_VERSION ".108")
|
2013-01-22 11:28:35 +01:00
|
|
|
|
2015-11-02 10:06:27 +01:00
|
|
|
# https://github.com/CRAVA/crava/tree/master/libs/nrlib
|
2015-09-11 16:38:11 +02:00
|
|
|
set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")
|
|
|
|
|
|
2017-04-24 21:53:45 +02:00
|
|
|
# https://github.com/Statoil/libecl
|
2018-04-16 08:43:56 +02:00
|
|
|
set(ECL_GITHUB_SHA "b31b055af2d6b887f47aec84c65ec497a5d12973")
|
2016-10-13 13:55:32 +02:00
|
|
|
|
2017-04-21 09:17:55 +02:00
|
|
|
# https://github.com/OPM/opm-flowdiagnostics
|
2017-10-27 14:08:02 +02:00
|
|
|
set(OPM_FLOWDIAGNOSTICS_SHA "7e2be931d430796ed42efcfb5c6b67a8d5962f7f")
|
2017-04-21 09:17:55 +02:00
|
|
|
|
|
|
|
|
# https://github.com/OPM/opm-flowdiagnostics-applications
|
2018-01-24 16:37:32 +01:00
|
|
|
set(OPM_FLOWDIAGNOSTICS_APPLICATIONS_SHA "5bcd6d99259a63f5cd820db541b45c4f07aec808")
|
2017-02-09 14:14:02 +01:00
|
|
|
|
2017-04-21 09:17:55 +02: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
|
2017-02-09 14:14:02 +01:00
|
|
|
# sha for Units.hpp 9a679071dd0066236154852c39a9e0b3c3ac4873
|
2017-01-05 14:57:25 +01:00
|
|
|
|
2018-01-04 13:12:49 +01:00
|
|
|
set(STRPRODUCTVER ${RESINSIGHT_MAJOR_VERSION}.${RESINSIGHT_MINOR_VERSION}.${RESINSIGHT_PATCH_VERSION}${RESINSIGHT_VERSION_TEXT}${RESINSIGHT_DEV_VERSION})
|
2013-01-22 11:28:35 +01:00
|
|
|
|