add a version define

Fixes #77.
This commit is contained in:
Jarryd Beck 2017-10-31 18:22:20 +11:00
parent 3c6bcb9046
commit c2e19fc210

View File

@ -25,6 +25,8 @@ THE SOFTWARE.
#ifndef CXXOPTS_HPP_INCLUDED
#define CXXOPTS_HPP_INCLUDED
#define CXXOPTS_VERSION 2.0.0
#include <cstring>
#include <cctype>
#include <exception>