Skip to content

Commit

Permalink
Set version to 2.3.0 in code
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-hove authored Oct 25, 2018
1 parent 29687b0 commit 4395d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()

set( ERT_VERSION_MAJOR 2 ) # Remember to update release notes whenever
set( ERT_VERSION_MINOR 3 ) # you change the ERT_VERSION_MINOR or MAJOR
set( ERT_VERSION_MICRO git ) # with "new in Ert Version X.X.X"!
set( ERT_VERSION_MICRO 0 ) # with "new in Ert Version X.X.X"!

# If the micro version is not integer, that should be interpreted as a
# development version leading towards version MAJOR.MINOR.0
Expand Down

0 comments on commit 4395d14

Please sign in to comment.