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

Commit

Permalink
Bump cmake version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jondequinor committed Dec 16, 2019
1 parent 6756115 commit 28c05ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enable_testing()

set( RES_VERSION_MAJOR 2 ) # Remember to update release notes whenever
set( RES_VERSION_MINOR 6 ) # you change the ERT_VERSION_MINOR or MAJOR
set( RES_VERSION_MICRO 2 ) # with "new in Ert Version X.X.X"!
set( RES_VERSION_MICRO 3 ) # 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
Expand Down

0 comments on commit 28c05ad

Please sign in to comment.