CLI11 2.2.0
Loading...
Searching...
No Matches
Version.hpp
Go to the documentation of this file.
1// Copyright (c) 2017-2022, 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// [CLI11:version_hpp:verbatim]
10
11#define CLI11_VERSION_MAJOR 2
12#define CLI11_VERSION_MINOR 2
13#define CLI11_VERSION_PATCH 0
14#define CLI11_VERSION "2.2.0"
15
16// [CLI11:version_hpp:end]