CLI11 2.3.2
Loading...
Searching...
No Matches
Version.hpp
Go to the documentation of this file.
1// Copyright (c) 2017-2023, 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 3
13#define CLI11_VERSION_PATCH 2
14#define CLI11_VERSION "2.3.2"
15
16// [CLI11:version_hpp:end]