Skip to content

Commit 87f9d76

Browse files
authored
GSL v4.1.0 (#1163)
Fixes: #1161 Update version strings in README and CMakeLists.txt.
1 parent 82ba6c7 commit 87f9d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.14...3.16)
22

3-
project(GSL VERSION 4.0.0 LANGUAGES CXX)
3+
project(GSL VERSION 4.1.0 LANGUAGES CXX)
44

55
add_library(GSL INTERFACE)
66
add_library(Microsoft.GSL::GSL ALIAS GSL)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ include(FetchContent)
197197
198198
FetchContent_Declare(GSL
199199
GIT_REPOSITORY "https://github.com/microsoft/GSL"
200-
GIT_TAG "v4.0.0"
200+
GIT_TAG "v4.1.0"
201201
GIT_SHALLOW ON
202202
)
203203

0 commit comments

Comments
 (0)