Skip to content

Commit

Permalink
GSL v4.1.0 (#1163)
Browse files Browse the repository at this point in the history
Fixes: #1161

Update version strings in README and CMakeLists.txt.
  • Loading branch information
carsonRadtke authored Oct 21, 2024
1 parent 82ba6c7 commit 87f9d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14...3.16)

project(GSL VERSION 4.0.0 LANGUAGES CXX)
project(GSL VERSION 4.1.0 LANGUAGES CXX)

add_library(GSL INTERFACE)
add_library(Microsoft.GSL::GSL ALIAS GSL)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ include(FetchContent)
FetchContent_Declare(GSL
GIT_REPOSITORY "https://github.com/microsoft/GSL"
GIT_TAG "v4.0.0"
GIT_TAG "v4.1.0"
GIT_SHALLOW ON
)
Expand Down

0 comments on commit 87f9d76

Please sign in to comment.