Skip to content

Commit

Permalink
Fixed wrong version number in exported CMake configs. (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Jan 28, 2022
1 parent 99a29ce commit a353456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit a353456

Please sign in to comment.