Skip to content

Commit

Permalink
Bump version to 2024.03.0-RC_01
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 18, 2024
1 parent a880a42 commit 853d68d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ResInsightVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

set(RESINSIGHT_MAJOR_VERSION 2023)
set(RESINSIGHT_MINOR_VERSION 12)
set(RESINSIGHT_PATCH_VERSION 1)
set(RESINSIGHT_MAJOR_VERSION 2024)
set(RESINSIGHT_MINOR_VERSION 03)
set(RESINSIGHT_PATCH_VERSION 0)

# Opional text with no restrictions
set(RESINSIGHT_VERSION_TEXT "-dev")
#set(RESINSIGHT_VERSION_TEXT "-RC_03")
#set(RESINSIGHT_VERSION_TEXT "-dev")
set(RESINSIGHT_VERSION_TEXT "-RC_01")

# 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 ".24")
#set(RESINSIGHT_DEV_VERSION ".24")

# https://github.com/CRAVA/crava/tree/master/libs/nrlib
set(NRLIB_GITHUB_SHA "ba35d4359882f1c6f5e9dc30eb95fe52af50fd6f")
Expand Down

0 comments on commit 853d68d

Please sign in to comment.