diff --git a/CMakeLists.txt b/CMakeLists.txt index c06bc94..75c4693 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.2" + VERSION "0.10.3" 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 e5ade6f..5bb8864 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -5,7 +5,7 @@ // | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_| // |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____| // https://github.com/Neargye/nameof -// version 0.10.2 +// version 0.10.3 // // 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 2 +#define NAMEOF_VERSION_PATCH 3 #include #include