CLI11
1.9.0
CLI
Version.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// Distributed under the 3-Clause BSD License. See accompanying
4
// file LICENSE or https://github.com/CLIUtils/CLI11 for details.
5
6
// [CLI11:verbatim]
7
8
#define CLI11_VERSION_MAJOR 1
9
#define CLI11_VERSION_MINOR 9
10
#define CLI11_VERSION_PATCH 0
11
#define CLI11_VERSION "1.9.0"
12
13
// [CLI11:verbatim]
Generated by
1.8.17