File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.12.4)
2
2
3
3
project (argparse
4
- VERSION 2.8 .0
4
+ VERSION 2.9 .0
5
5
DESCRIPTION "A single header argument parser for C++17"
6
6
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
7
7
LANGUAGES CXX
Original file line number Diff line number Diff line change 7
7
<a href =" https://github.com/p-ranav/argparse/blob/master/LICENSE " >
8
8
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
9
9
</a >
10
- <img src =" https://img.shields.io/badge/version-2.8 -blue.svg?cacheSeconds=2592000 " alt =" version " />
10
+ <img src =" https://img.shields.io/badge/version-2.9 -blue.svg?cacheSeconds=2592000 " alt =" version " />
11
11
</p >
12
12
13
13
## Highlights
Original file line number Diff line number Diff line change 2
2
3
3
class ArgparseConan (ConanFile ):
4
4
name = "argparse"
5
- version = "2.8 "
5
+ version = "2.9 "
6
6
exports_sources = "include/argparse.hpp"
7
7
no_copy_source = True
8
8
You can’t perform that action at this time.
0 commit comments