Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:54:45

0001 // Copyright (c) 2017-2023, University of Cincinnati, developed by Henry Schreiner
0002 // under NSF AWARD 1414736 and by the respective contributors.
0003 // All rights reserved.
0004 //
0005 // SPDX-License-Identifier: BSD-3-Clause
0006 
0007 #pragma once
0008 
0009 // [CLI11:version_hpp:verbatim]
0010 
0011 #define CLI11_VERSION_MAJOR 2
0012 #define CLI11_VERSION_MINOR 3
0013 #define CLI11_VERSION_PATCH 2
0014 #define CLI11_VERSION "2.3.2"
0015 
0016 // [CLI11:version_hpp:end]