Fixed project version number.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
Vitaly Zaitsev 2023-02-15 16:33:02 +01:00
parent c12ce65503
commit 7b31c47069
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

View File

@ -84,7 +84,7 @@ THE SOFTWARE.
#endif
#define CXXOPTS__VERSION_MAJOR 3
#define CXXOPTS__VERSION_MINOR 0
#define CXXOPTS__VERSION_MINOR 1
#define CXXOPTS__VERSION_PATCH 0
#if (__GNUC__ < 10 || (__GNUC__ == 10 && __GNUC_MINOR__ < 1)) && __GNUC__ >= 6