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
c69ca9166d99730b46f87c4885098d9369799796
Authored by
Jarryd Beck
2017-12-06 18:28:32 +1100
1 parent
9c2e41a4
version bump
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/cxxopts.hpp
include/cxxopts.hpp
View file @
c69ca91
...
...
@@ -42,7 +42,7 @@ namespace cxxopts
42
42
{
43
43
static constexpr struct {
44
44
uint8_t major, minor, patch;
45
- } version = {2,
0
, 0};
45
+ } version = {2,
1
, 0};
46
46
}
47
47
48
48
//when we ask cxxopts to use Unicode, help strings are processed using ICU,
...
...