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:
authorVitaly Zaitsev <vitaly@easycoding.org>2022-01-29 02:22:59 +0300
committerGitHub <noreply@github.com>2022-01-29 02:22:59 +0300
commita3534567187d2edc428efd3f13466ff75fe5805c (patch)
treed214fc96ac94eb0effef599c788037ad3b715d2c
parent99a29ce797c8337b8923f2688ba1489be6f65bc4 (diff)
Fixed wrong version number in exported CMake configs. (#1027)v4.0.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b59ec7a..5e0d9c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
include(guidelineSupportLibrary)
project(GSL
- VERSION 3.1.0
+ VERSION 4.0.0
LANGUAGES CXX
)