From a8acc4875fc4e72c24360af7d72d433b193cfa1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Petter=20=C3=98ren=20Hauge?= Date: Tue, 21 May 2019 13:08:13 +0200 Subject: [PATCH] Update version libres and libecl --- .libecl_version | 2 +- CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.libecl_version b/.libecl_version index 35f846b2d5..19d260155e 100644 --- a/.libecl_version +++ b/.libecl_version @@ -1 +1 @@ -export LIBECL_VERSION=2.4.rc2 +export LIBECL_VERSION=2.4.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 92c4011515..d4686ede40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,8 @@ enable_testing() #----------------------------------------------------------------- set( RES_VERSION_MAJOR 2 ) # Remember to update release notes whenever -set( RES_VERSION_MINOR 4 ) # you change the ERT_VERSION_MINOR or MAJOR -set( RES_VERSION_MICRO git ) # with "new in Ert Version X.X.X"! +set( RES_VERSION_MINOR 5 ) # you change the ERT_VERSION_MINOR or MAJOR +set( RES_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