diff --git a/CMakeLists.txt b/CMakeLists.txt index 75c4693..e5227f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/include/nameof.hpp b/include/nameof.hpp index 1a0a23b..ccf0a4c 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -5,7 +5,7 @@ // | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_| // |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____| // https://github.com/Neargye/nameof -// version 0.10.3 +// version 0.10.4 // // Licensed under the MIT License . // 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 #include