From 3b4680b06e2015df94eea2de0c9c484d5710b7b4 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Mon, 30 Mar 2020 16:43:20 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c31c2a..2c6ec2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Set up the project. cmake_minimum_required( VERSION 3.1 ) -project( "GeoModelTools" VERSION 3.1.2 LANGUAGES CXX ) +project( "GeoModelTools" VERSION 4.0.0 LANGUAGES CXX ) # Set default build options. set( CMAKE_BUILD_TYPE "Release" CACHE STRING "CMake build mode to use" ) -- GitLab