1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-29 20:23:55 +00:00
CLI11/include/CLI/Version.hpp
Henry Fredrick Schreiner 92b8f6e3bf Bump version to 1.6.1
2018-07-30 09:53:25 +02:00

14 lines
308 B
C++

#pragma once
// Distributed under the 3-Clause BSD License. See accompanying
// file LICENSE or https://github.com/CLIUtils/CLI11 for details.
// [CLI11:verbatim]
#define CLI11_VERSION_MAJOR 1
#define CLI11_VERSION_MINOR 6
#define CLI11_VERSION_PATCH 1
#define CLI11_VERSION "1.6.1"
// [CLI11:verbatim]