From a0de9f3ba1035a3c4f5ffcd960cb94e4e12d40c5 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Mon, 14 Jan 2019 08:10:27 +1100 Subject: [PATCH] Version bump 2.1.2 --- CMakeLists.txt | 2 +- include/cxxopts.hpp | 2 +- 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,