Skip to content

Commit 152d6eb

Browse files
authored
bump version from 4.2.1 to 4.2.2 (#1244)
1 parent d5097b0 commit 152d6eb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
-DCMAKE_OSX_DEPLOYMENT_TARGET=9 \
2929
-DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY \
3030
"-DMACOSX_BUNDLE_GUI_IDENTIFIER=GSL.\$(EXECUTABLE_NAME)" \
31-
-DMACOSX_BUNDLE_BUNDLE_VERSION=4.2.1 \
32-
-DMACOSX_BUNDLE_SHORT_VERSION_STRING=4.2.1 \
31+
-DMACOSX_BUNDLE_BUNDLE_VERSION=4.2.2 \
32+
-DMACOSX_BUNDLE_SHORT_VERSION_STRING=4.2.2 \
3333
..
3434
3535
- name: Build

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.2.1 LANGUAGES CXX)
3+
project(GSL VERSION 4.2.2 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
@@ -202,7 +202,7 @@ include(FetchContent)
202202
203203
FetchContent_Declare(GSL
204204
GIT_REPOSITORY "https://github.com/microsoft/GSL"
205-
GIT_TAG "v4.2.1"
205+
GIT_TAG "v4.2.2"
206206
GIT_SHALLOW ON
207207
)
208208

0 commit comments

Comments
 (0)