From 4cd4d7a532123d1cda94d3f771fc2e8857e0ff85 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Sat, 17 Sep 2016 20:56:58 +0200 Subject: [PATCH] Raised micro version to 2.0.11 --- devel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/CMakeLists.txt b/devel/CMakeLists.txt index e24a7953ae..a18c15805d 100644 --- a/devel/CMakeLists.txt +++ b/devel/CMakeLists.txt @@ -9,7 +9,7 @@ endif() set( ERT_VERSION_MAJOR 2 ) set( ERT_VERSION_MINOR 0 ) -set( ERT_VERSION_MICRO 10) +set( ERT_VERSION_MICRO 11) # If the micro version is not integer, that should be interpreted as a # development version leading towards version MAJOR.MINOR.0