Skip to content

Commit

Permalink
Changed ecl version to 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-hove committed Feb 10, 2018
1 parent 6cd7d45 commit 1c4e199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ endif()

#-----------------------------------------------------------------

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

Please sign in to comment.