Skip to content

Commit

Permalink
Make cxxopts.hpp ready for 3.2
Browse files Browse the repository at this point in the history
Update version number in header, ready for 3.2
  • Loading branch information
jarro2783 authored Feb 15, 2024
1 parent f7194e9 commit 3bf2684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cxxopts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ THE SOFTWARE.
#endif

#define CXXOPTS__VERSION_MAJOR 3
#define CXXOPTS__VERSION_MINOR 1
#define CXXOPTS__VERSION_PATCH 1
#define CXXOPTS__VERSION_MINOR 2
#define CXXOPTS__VERSION_PATCH 0

#if (__GNUC__ < 10 || (__GNUC__ == 10 && __GNUC_MINOR__ < 1)) && __GNUC__ >= 6
#define CXXOPTS_NULL_DEREF_IGNORE
Expand Down

0 comments on commit 3bf2684

Please sign in to comment.