Skip to content

Commit

Permalink
1.0.0 Release Point
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 14, 2022
1 parent 9626a37 commit 567aabc
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 @@ -5,7 +5,7 @@ cmake_policy(SET CMP0091 NEW)
# and macOS 10.15
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Minimum macOS version")

project(clap-info VERSION 0.9.1 LANGUAGES C CXX)
project(clap-info VERSION 1.0.0 LANGUAGES C CXX)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_CXX_STANDARD 17)

Expand Down

0 comments on commit 567aabc

Please sign in to comment.