From 4395d14274d6fbf34abc9f986b20d7e5a13853a2 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Thu, 25 Oct 2018 16:10:02 +0200 Subject: [PATCH] Set version to 2.3.0 in code --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7a8b3c0fa3..177d9c093b7 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 3 ) # you change the ERT_VERSION_MINOR or MAJOR -set( ERT_VERSION_MICRO git ) # with "new in Ert Version X.X.X"! +set( ERT_VERSION_MICRO 0 ) # 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