From 398ceba431660b70b518e82bdbfb4f7e6798d8d1 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Wed, 3 May 2017 17:23:08 +0200 Subject: [PATCH] Increased micro version to 2.1.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e389f2d49e..76862557fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() set( ERT_VERSION_MAJOR 2 ) # Remember to update release notes whenever set( ERT_VERSION_MINOR 1 ) # you change the ERT_VERSION_MINOR or MAJOR -set( ERT_VERSION_MICRO 5 ) # with "new in Ert Version X.X.X"! +set( ERT_VERSION_MICRO 6 ) # 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