File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ if(DEFINED PROJECT_NAME)
5
5
endif ()
6
6
7
7
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.12" )
8
- project (structopt VERSION 0.1.0 LANGUAGES CXX
8
+ project (structopt VERSION 0.1.1 LANGUAGES CXX
9
9
HOMEPAGE_URL "https://github.com/p-ranav/structopt"
10
10
DESCRIPTION "Parse command line arguments by defining a struct" )
11
11
elseif (CMAKE_VERSION VERSION_GREATER_EQUAL "3.9" )
12
- project (structopt VERSION 0.1.0 LANGUAGES CXX
12
+ project (structopt VERSION 0.1.1 LANGUAGES CXX
13
13
DESCRIPTION "Parse command line arguments by defining a struct" )
14
14
else ()
15
- project (structopt VERSION 0.1.0 LANGUAGES CXX )
15
+ project (structopt VERSION 0.1.1 LANGUAGES CXX )
16
16
endif ()
17
17
18
18
if (EXISTS "${CMAKE_BINARY_DIR} /conanbuildinfo.cmake" )
Original file line number Diff line number Diff line change 10
10
<a href =" https://github.com/Neargye/magic_enum/releases " >
11
11
<img src="https://img.shields.io/github/release/p-ranav/structopt.svg" alt="ci status"/>
12
12
</a >
13
- <a href =" https://conan.io/center/structopt/0.1.0 " >
13
+ <a href =" https://conan.io/center/structopt/0.1.1 " >
14
14
<img src="https://img.shields.io/badge/Conan-package-blueviolet" alt="conan package"/>
15
15
</a >
16
16
<a href =" https://travis-ci.com/p-ranav/structopt " >
You can’t perform that action at this time.
0 commit comments