We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c26c2 commit 91d84f5Copy full SHA for 91d84f5
ResInsightVersion.cmake
@@ -11,7 +11,7 @@ set(RESINSIGHT_VERSION_TEXT "-dev")
11
# Must be unique and increasing within one combination of major/minor/patch version
12
# The uniqueness of this text is independent of RESINSIGHT_VERSION_TEXT
13
# Format of text must be ".xx"
14
-set(RESINSIGHT_DEV_VERSION ".04")
+set(RESINSIGHT_DEV_VERSION ".05")
15
16
set(STRPRODUCTVER ${RESINSIGHT_MAJOR_VERSION}.${RESINSIGHT_MINOR_VERSION}.${RESINSIGHT_PATCH_VERSION}${RESINSIGHT_VERSION_TEXT}${RESINSIGHT_DEV_VERSION})
17
0 commit comments