diff --git a/devel/CMakeLists.txt b/devel/CMakeLists.txt index 4d3cd3b661..a349d07c1d 100644 --- a/devel/CMakeLists.txt +++ b/devel/CMakeLists.txt @@ -3,7 +3,7 @@ project( ERT C CXX ) set( ERT_VERSION_MAJOR 1 ) set( ERT_VERSION_MINOR 7 ) -set( ERT_VERSION_MICRO 6 ) +set( ERT_VERSION_MICRO 7 ) option( BUILD_ERT "Build the full ERT application - Linux only" OFF)