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
c2e19fc2101f083056b7c2b265e3e6b8b9f53130
Authored by
Jarryd Beck
2017-10-31 18:22:20 +1100
1 parent
3c6bcb90
add a version define
Fixes #77.
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/cxxopts.hpp
include/cxxopts.hpp
View file @
c2e19fc
...
...
@@ -25,6 +25,8 @@ THE SOFTWARE.
25
25
#ifndef CXXOPTS_HPP_INCLUDED
26
26
#define CXXOPTS_HPP_INCLUDED
27
27
28
+#define CXXOPTS_VERSION 2.0.0
29
+
28
30
#include <cstring>
29
31
#include <cctype>
30
32
#include <exception>
...
...