Skip to content

Commit 3325bbd

Browse files
beinhaerterWerner Henze
and
Werner Henze
authored
Fix version info (#1202)
Just tagging as 4.2.0 is not enough, the version number must be incremented for cmake and in the readme. Compare #1163. Co-authored-by: Werner Henze <[email protected]>
1 parent 2828399 commit 3325bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
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.1.0 LANGUAGES CXX)
3+
project(GSL VERSION 4.2.0 LANGUAGES CXX)
44

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ include(FetchContent)
202202
203203
FetchContent_Declare(GSL
204204
GIT_REPOSITORY "https://github.com/microsoft/GSL"
205-
GIT_TAG "v4.1.0"
205+
GIT_TAG "v4.2.0"
206206
GIT_SHALLOW ON
207207
)
208208

0 commit comments

Comments
 (0)