CLI11
C++11 Command Line Interface Parser
include
CLI
Version.hpp
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 8
10
#define CLI11_VERSION_PATCH 0
11
#define CLI11_VERSION "1.8.0"
12
13
// [CLI11:verbatim]
Generated by
1.8.15