Bumped version to 3.2

This commit is contained in:
root 2025-01-25 15:27:24 +00:00
parent 22b54b8e62
commit 3eda91b2e1
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ else()
endif()
project(argparse
VERSION 3.1.0
VERSION 3.2.0
DESCRIPTION "A single header argument parser for C++17"
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
LANGUAGES CXX

View File

@ -6,7 +6,7 @@
<a href="https://github.com/p-ranav/argparse/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
</a>
<img src="https://img.shields.io/badge/version-3.1-blue.svg?cacheSeconds=2592000" alt="version"/>
<img src="https://img.shields.io/badge/version-3.2-blue.svg?cacheSeconds=2592000" alt="version"/>
</p>
## Highlights

View File

@ -1,7 +1,7 @@
set_xmakever("2.8.2")
set_project("argparse")
set_version("3.1.0", { build = "%Y%m%d%H%M" })
set_version("3.2.0", { build = "%Y%m%d%H%M" })
option("enable_module")
option("enable_std_import", { defines = "ARGPARSE_MODULE_USE_STD_MODULE" })