Fix version number
This commit is contained in:
parent
c12ce65503
commit
eb787304d6
@ -3,6 +3,12 @@
|
|||||||
This is the changelog for `cxxopts`, a C++11 library for parsing command line
|
This is the changelog for `cxxopts`, a C++11 library for parsing command line
|
||||||
options. The project adheres to semantic versioning.
|
options. The project adheres to semantic versioning.
|
||||||
|
|
||||||
|
## 3.1.1
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Fixed version number in header.
|
||||||
|
|
||||||
## 3.1
|
## 3.1
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -84,8 +84,8 @@ THE SOFTWARE.
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CXXOPTS__VERSION_MAJOR 3
|
#define CXXOPTS__VERSION_MAJOR 3
|
||||||
#define CXXOPTS__VERSION_MINOR 0
|
#define CXXOPTS__VERSION_MINOR 1
|
||||||
#define CXXOPTS__VERSION_PATCH 0
|
#define CXXOPTS__VERSION_PATCH 1
|
||||||
|
|
||||||
#if (__GNUC__ < 10 || (__GNUC__ == 10 && __GNUC_MINOR__ < 1)) && __GNUC__ >= 6
|
#if (__GNUC__ < 10 || (__GNUC__ == 10 && __GNUC_MINOR__ < 1)) && __GNUC__ >= 6
|
||||||
#define CXXOPTS_NULL_DEREF_IGNORE
|
#define CXXOPTS_NULL_DEREF_IGNORE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user