Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2019-01-14 00:10:27 +0300
committerJarryd Beck <jarro.2783@gmail.com>2019-01-14 00:12:07 +0300
commita0de9f3ba1035a3c4f5ffcd960cb94e4e12d40c5 (patch)
tree21ac092df48b513a179505b2636008a976d3ede3
parent5f7d26212beb78786c284309ecf3c54d0174ff43 (diff)
Version bump 2.1.2v2.1.22_1
-rw-r--r--CMakeLists.txt2
-rw-r--r--include/cxxopts.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2949e77..5e8c28f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ project(cxxopts)
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_TESTS "Set to ON to build tests" OFF)
diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp
index 70c0720..e87416f 100644
--- a/include/cxxopts.hpp
+++ b/include/cxxopts.hpp
@@ -47,7 +47,7 @@ namespace cxxopts
{
static constexpr struct {
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,