mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
Bumped version to v3.0 ahead of release
This commit is contained in:
parent
f84fa8484a
commit
379ebb6b16
@ -7,7 +7,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(argparse
|
project(argparse
|
||||||
VERSION 2.9.0
|
VERSION 3.0.0
|
||||||
DESCRIPTION "A single header argument parser for C++17"
|
DESCRIPTION "A single header argument parser for C++17"
|
||||||
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
|
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<a href="https://github.com/p-ranav/argparse/blob/master/LICENSE">
|
<a href="https://github.com/p-ranav/argparse/blob/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
|
||||||
</a>
|
</a>
|
||||||
<img src="https://img.shields.io/badge/version-2.9-blue.svg?cacheSeconds=2592000" alt="version"/>
|
<img src="https://img.shields.io/badge/version-3.0-blue.svg?cacheSeconds=2592000" alt="version"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Highlights
|
## Highlights
|
||||||
|
@ -2,7 +2,7 @@ from conans import ConanFile
|
|||||||
|
|
||||||
class ArgparseConan(ConanFile):
|
class ArgparseConan(ConanFile):
|
||||||
name = "argparse"
|
name = "argparse"
|
||||||
version = "2.9"
|
version = "3.0"
|
||||||
exports_sources = "include/argparse.hpp"
|
exports_sources = "include/argparse.hpp"
|
||||||
no_copy_source = True
|
no_copy_source = True
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
set_xmakever("2.8.2")
|
set_xmakever("2.8.2")
|
||||||
set_project("argparse")
|
set_project("argparse")
|
||||||
|
|
||||||
set_version("2.9.0", { build = "%Y%m%d%H%M" })
|
set_version("3.0.0", { build = "%Y%m%d%H%M" })
|
||||||
|
|
||||||
option("enable_module")
|
option("enable_module")
|
||||||
option("enable_std_import", { defines = "ARGPARSE_MODULE_USE_STD_MODULE" })
|
option("enable_std_import", { defines = "ARGPARSE_MODULE_USE_STD_MODULE" })
|
||||||
|
Loading…
Reference in New Issue
Block a user