CLI11  2.5.0
Version.hpp
Go to the documentation of this file.
1 // Copyright (c) 2017-2025, 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 5
15 #define CLI11_VERSION_PATCH 0
16 #define CLI11_VERSION "2.5.0"
17 
18 // [CLI11:version_hpp:end]