From 78744ed530c84dfb797e26d57c34ac6732d49874 Mon Sep 17 00:00:00 2001 From: Jordan Maples Date: Wed, 3 Jun 2020 16:52:20 -0700 Subject: update cmake project version to reflect upcoming GSL 3.1.0 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c9f661..4151f1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1.3...3.16) -project(GSL VERSION 3.0.2 LANGUAGES CXX) +project(GSL VERSION 3.1.0 LANGUAGES CXX) include(ExternalProject) find_package(Git) -- cgit v1.2.3