Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Update version libres and libecl
Browse files Browse the repository at this point in the history
lars-petter-hauge committed May 22, 2019
1 parent 7b42d21 commit a8acc48
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .libecl_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export LIBECL_VERSION=2.4.rc2
export LIBECL_VERSION=2.4.1
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a8acc48

Please sign in to comment.