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>2020-10-01 09:47:47 +0300
committerJarryd Beck <jarro.2783@gmail.com>2020-10-01 10:14:39 +0300
commit703eeef90611e592eb5fc9f0bac2fe3e1aa16614 (patch)
tree894984d3c6427c54619f215452984747c57fc581
parent31b77f11af2bbf634a53e2828c3987777d22c2ab (diff)
Update version for 3
-rw-r--r--include/cxxopts.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp
index 1de4717..60d3cbf 100644
--- a/include/cxxopts.hpp
+++ b/include/cxxopts.hpp
@@ -56,8 +56,8 @@ THE SOFTWARE.
#define CXXOPTS_VECTOR_DELIMITER ','
#endif
-#define CXXOPTS__VERSION_MAJOR 2
-#define CXXOPTS__VERSION_MINOR 2
+#define CXXOPTS__VERSION_MAJOR 3
+#define CXXOPTS__VERSION_MINOR 0
#define CXXOPTS__VERSION_PATCH 0
namespace cxxopts