1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 13:43:52 +00:00

Bump version to 1.5.4

This commit is contained in:
Henry Fredrick Schreiner 2018-06-01 08:46:16 +02:00 committed by Henry Schreiner
parent 87494a2270
commit 189546b82a
2 changed files with 5 additions and 2 deletions

View File

@ -63,6 +63,9 @@ Other changes:
[#121]: https://github.com/CLIUtils/CLI11/pull/121
[#126]: https://github.com/CLIUtils/CLI11/pull/126
### Version 1.5.4: Optionals
This version fixes the optional search in the single file version; some macros were not yet defined when it did the search. You can define the `CLI11_*_OPTIONAL` macros to 0 if needed to eliminate the search.
### Version 1.5.3: Compiler compatibility
This version fixes older AppleClang compilers by removing the optimization for casting. The minimum version of Boost Optional supported has been clarified to be 1.58. CUDA 7.0 NVCC is now supported.

View File

@ -7,7 +7,7 @@
#define CLI11_VERSION_MAJOR 1
#define CLI11_VERSION_MINOR 5
#define CLI11_VERSION_PATCH 3
#define CLI11_VERSION "1.5.3"
#define CLI11_VERSION_PATCH 4
#define CLI11_VERSION "1.5.4"
// [CLI11:verbatim]