From 6e946513b87d3cb113949589000e9a8224db20ff Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Mon, 11 May 2020 15:50:01 +0000 Subject: [PATCH] Update package version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b2a79e..fca24c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Set up the project. cmake_minimum_required( VERSION 3.1 ) -project( "GeoModelIO" VERSION 3.1.2 LANGUAGES CXX ) +project( "GeoModelIO" VERSION 3.1.3 LANGUAGES CXX ) # Set default build options. set( CMAKE_BUILD_TYPE "Release" CACHE STRING "CMake build mode to use" ) -- GitLab