Skip to content

Commit

Permalink
Update dev branch after release
Browse files Browse the repository at this point in the history
* Update version to 2023.01.1-dev.01

Merge in all changes from main branch
  • Loading branch information
magnesj authored Oct 23, 2023
1 parent 81929b4 commit b5b9ac0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 10)
set(RESINSIGHT_PATCH_VERSION 0)
set(RESINSIGHT_PATCH_VERSION 1)

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

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

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

0 comments on commit b5b9ac0

Please sign in to comment.