Commit c2e19fc2101f083056b7c2b265e3e6b8b9f53130

Authored by Jarryd Beck
1 parent 3c6bcb90

add a version define

Fixes #77.
Showing 1 changed file with 2 additions and 0 deletions
include/cxxopts.hpp
... ... @@ -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>
... ...