Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
52f72a26e752bd43c9de4953577862fdaff99001
Authored by
Jarryd Beck
2017-05-31 18:11:31 +1000
1 parent
464a8eb6
Version bump
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
CMakeLists.txt
CMakeLists.txt
View file @
52f72a2
...
...
@@ -31,7 +31,7 @@ project(cxxopts)
31
31
32
32
enable_testing()
33
33
34
-set(VERSION "
0.0.1
")
34
+set(VERSION "
1.2.0
")
35
35
36
36
option(CXXOPTS_BUILD_EXAMPLES "Set to ON to build examples" ON)
37
37
option(CXXOPTS_BUILD_TESTS "Set to ON to build tests" OFF)
...
...