Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-06-04 20:10:04 +0300
committerGitHub <noreply@github.com>2020-06-04 20:10:04 +0300
commit0f6dbc9e2915ef5c16830f3fa3565738de2a9230 (patch)
tree687197fbf569501a841ed4ebdf50cf7e113f9e04
parent794d7bb69bfa4b8f6e88ae942d311fe355190148 (diff)
parent78744ed530c84dfb797e26d57c34ac6732d49874 (diff)
Merge pull request #892 from JordanMaples/dev/jomaples/gsl3.1.0v3.1.0
Update project version to GSL 3.1.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)