Skip to content

Commit

Permalink
Raise micro version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Fanebust Dregi authored and markusdregi committed Nov 13, 2018
1 parent 1979eb4 commit 3f3883d
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 1 ) # with "new in Ert Version X.X.X"!
set( ERT_VERSION_MICRO 2 ) # 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 3f3883d

Please sign in to comment.