mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-01-18 01:11:24 +01:00
Fix and bump to next version
This commit is contained in:
@@ -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.3.1
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
* Added missing version bump
|
||||||
|
|
||||||
## 3.3.0
|
## 3.3.0
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ THE SOFTWARE.
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CXXOPTS__VERSION_MAJOR 3
|
#define CXXOPTS__VERSION_MAJOR 3
|
||||||
#define CXXOPTS__VERSION_MINOR 2
|
#define CXXOPTS__VERSION_MINOR 3
|
||||||
#define CXXOPTS__VERSION_PATCH 1
|
#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
|
||||||
|
|||||||
Reference in New Issue
Block a user