Skip to content

Commit

Permalink
Upped to version 2018.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 22, 2018
1 parent 65f9381 commit 2b8a19d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ResInsightVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

set(RESINSIGHT_MAJOR_VERSION 2018)
set(RESINSIGHT_MINOR_VERSION 01)
set(RESINSIGHT_PATCH_VERSION 00)
set(RESINSIGHT_PATCH_VERSION 1)

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

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

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

0 comments on commit 2b8a19d

Please sign in to comment.