v0.10.4
This commit is contained in:
parent
72a9659576
commit
3d4c9820fc
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ set(ADDITIONAL_MODULES_DIR "${CMAKE_CURRENT_LIST_DIR}/cmake")
|
|||
list(APPEND CMAKE_MODULE_PATH "${ADDITIONAL_MODULES_DIR}")
|
||||
|
||||
project(nameof
|
||||
VERSION "0.10.3"
|
||||
VERSION "0.10.4"
|
||||
HOMEPAGE_URL "https://github.com/Neargye/nameof"
|
||||
DESCRIPTION "A library that provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum."
|
||||
LANGUAGES CXX
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_|
|
||||
// |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
|
||||
// https://github.com/Neargye/nameof
|
||||
// version 0.10.3
|
||||
// version 0.10.4
|
||||
//
|
||||
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
#define NAMEOF_VERSION_MAJOR 0
|
||||
#define NAMEOF_VERSION_MINOR 10
|
||||
#define NAMEOF_VERSION_PATCH 3
|
||||
#define NAMEOF_VERSION_PATCH 4
|
||||
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in a new issue