From 0f29675e8564436351f0a5d222eec470ae6a4c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Gr=C3=B8n=C3=A5s=20Drange?= Date: Wed, 4 Oct 2017 12:28:31 +0200 Subject: [PATCH] Add micro version 2.2.2 --- CMakeLists.txt | 2 +- release-notes.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c09898ece..2797918dcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/release-notes.txt b/release-notes.txt index aab49591e9..6342044312 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -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