Skip to content

Commit a353456

Browse files
authored
Fixed wrong version number in exported CMake configs. (#1027)
1 parent 99a29ce commit a353456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
44
include(guidelineSupportLibrary)
55

66
project(GSL
7-
VERSION 3.1.0
7+
VERSION 4.0.0
88
LANGUAGES CXX
99
)
1010

0 commit comments

Comments
 (0)