CLI11  1.9.1
Version.hpp
Go to the documentation of this file.
1 // Copyright (c) 2017-2020, 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:verbatim]
10 
11 #define CLI11_VERSION_MAJOR 1
12 #define CLI11_VERSION_MINOR 9
13 #define CLI11_VERSION_PATCH 1
14 #define CLI11_VERSION "1.9.1"
15 
16 // [CLI11:verbatim]