Version bump 2.1.2
This commit is contained in:
parent
5f7d26212b
commit
a0de9f3ba1
@ -22,7 +22,7 @@ project(cxxopts)
|
|||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
set(VERSION "1.2.0")
|
set(VERSION "2.1.2")
|
||||||
|
|
||||||
option(CXXOPTS_BUILD_EXAMPLES "Set to ON to build examples" ON)
|
option(CXXOPTS_BUILD_EXAMPLES "Set to ON to build examples" ON)
|
||||||
option(CXXOPTS_BUILD_TESTS "Set to ON to build tests" OFF)
|
option(CXXOPTS_BUILD_TESTS "Set to ON to build tests" OFF)
|
||||||
|
|||||||
@ -47,7 +47,7 @@ namespace cxxopts
|
|||||||
{
|
{
|
||||||
static constexpr struct {
|
static constexpr struct {
|
||||||
uint8_t major, minor, patch;
|
uint8_t major, minor, patch;
|
||||||
} version = {2, 1, 0};
|
} version = {2, 1, 2};
|
||||||
}
|
}
|
||||||
|
|
||||||
//when we ask cxxopts to use Unicode, help strings are processed using ICU,
|
//when we ask cxxopts to use Unicode, help strings are processed using ICU,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user