CLI11
C++11 Command Line Interface Parser
Loading...
Searching...
No Matches
include
CLI
Version.hpp
1
// Copyright (c) 2017-2024, University of Cincinnati, developed by Henry Schreiner
2
// under NSF AWARD 1414736 and by the respective contributors.
3
// All rights reserved.
4
//
5
// SPDX-License-Identifier: BSD-3-Clause
6
7
#pragma once
8
9
// IWYU pragma: private, include "CLI/CLI.hpp"
10
11
// [CLI11:version_hpp:verbatim]
12
13
#define CLI11_VERSION_MAJOR 2
14
#define CLI11_VERSION_MINOR 4
15
#define CLI11_VERSION_PATCH 2
16
#define CLI11_VERSION "2.4.2"
17
18
// [CLI11:version_hpp:end]
Generated by
1.9.8