Skip to content

Commit b2d3681

Browse files
author
Jesse
committed
fixed cmake project version
1 parent 7820cb3 commit b2d3681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
22
cmake_policy(VERSION 3.2)
33
option(ARGPARSE_TEST_ENABLE "Build unit tests" ON)
44

5-
set(ARGPARSE_VERSION "0.9.9")
5+
set(ARGPARSE_VERSION "0.0.2")
66
project(argparse VERSION ${ARGPARSE_VERSION} LANGUAGES CXX)
77
enable_testing()
88

0 commit comments

Comments
 (0)