From 52f72a26e752bd43c9de4953577862fdaff99001 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Wed, 31 May 2017 18:11:31 +1000 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d3d132..42e1abc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ project(cxxopts) enable_testing() -set(VERSION "0.0.1") +set(VERSION "1.2.0") option(CXXOPTS_BUILD_EXAMPLES "Set to ON to build examples" ON) option(CXXOPTS_BUILD_TESTS "Set to ON to build tests" OFF)