Commit 703eeef90611e592eb5fc9f0bac2fe3e1aa16614
1 parent
31b77f11
Update version for 3
Showing
1 changed file
with
2 additions
and
2 deletions
include/cxxopts.hpp
| ... | ... | @@ -56,8 +56,8 @@ THE SOFTWARE. |
| 56 | 56 | #define CXXOPTS_VECTOR_DELIMITER ',' |
| 57 | 57 | #endif |
| 58 | 58 | |
| 59 | -#define CXXOPTS__VERSION_MAJOR 2 | |
| 60 | -#define CXXOPTS__VERSION_MINOR 2 | |
| 59 | +#define CXXOPTS__VERSION_MAJOR 3 | |
| 60 | +#define CXXOPTS__VERSION_MINOR 0 | |
| 61 | 61 | #define CXXOPTS__VERSION_PATCH 0 |
| 62 | 62 | |
| 63 | 63 | namespace cxxopts | ... | ... |