From 70fbedb91969dab526218408b291c32086848537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85smund=20Rognerud=20Birkeland=20=28IT=20SI=20SIB=29?= Date: Tue, 11 Dec 2018 10:47:48 +0100 Subject: [PATCH] Raise micro version to 2.3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fdd8534fe1..efaa2027ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ enable_testing() set( RES_VERSION_MAJOR 2 ) # Remember to update release notes whenever set( RES_VERSION_MINOR 3 ) # you change the ERT_VERSION_MINOR or MAJOR -set( RES_VERSION_MICRO 9 ) # with "new in Ert Version X.X.X"! +set( RES_VERSION_MICRO 10 ) # 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