Skip to content

Commit

Permalink
Set micro version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-hove committed Nov 12, 2018
1 parent 0772c45 commit fde9f89
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 @@ -12,7 +12,7 @@ endif()

set( ECL_VERSION_MAJOR 2 ) # Remember to update release notes whenever
set( ECL_VERSION_MINOR 3 ) # you change the ERT_VERSION_MINOR or MAJOR
set( ECL_VERSION_MICRO 0 ) # with "new in Ert Version X.X.X"!
set( ECL_VERSION_MICRO 1 ) # 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 fde9f89

Please sign in to comment.