Skip to content

Commit

Permalink
Add micro version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pål Grønås Drange authored and Pål Grønås Drange committed Oct 4, 2017
1 parent 9b790cb commit 0f29675
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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 1 ) # with "new in Ert Version X.X.X"!
set( ECL_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
9 changes: 9 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.2.2 October 2017 PR: 190 - 191

Bug fixes:
- Add name.setter property for EclKW 2c25b4f PR: 190
- Fix bug in smspec_cmp for NETWORK_VAR 9b790cb PR: 191


-----------------------------------------------------------------

Version 2.2.0 September 2017 PR: 1 - 169
Open PR: 108, 145

Expand Down

0 comments on commit 0f29675

Please sign in to comment.