arg_router  1.4.0
C++ command line argument parsing and routing
version.hpp
Go to the documentation of this file.
1 // Copyright (C) 2022-2023 by Camden Mannett.
2 // Distributed under the Boost Software License, Version 1.0.
3 // (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE_1_0.txt)
4 
5 #pragma once
6 
13 namespace arg_router
14 {
17 constexpr auto version_string = "1.4.0";
18 } // namespace arg_router
constexpr auto version_string
Definition: version.hpp:17