This commit is contained in:
neargye 2023-03-30 20:19:30 +04:00
parent 6708611448
commit 8f416c881e
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ set(ADDITIONAL_MODULES_DIR "${CMAKE_CURRENT_LIST_DIR}/cmake")
list(APPEND CMAKE_MODULE_PATH "${ADDITIONAL_MODULES_DIR}") list(APPEND CMAKE_MODULE_PATH "${ADDITIONAL_MODULES_DIR}")
project(nameof project(nameof
VERSION "0.10.2" VERSION "0.10.3"
HOMEPAGE_URL "https://github.com/Neargye/nameof" 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." DESCRIPTION "A library that provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum."
LANGUAGES CXX LANGUAGES CXX

View file

@ -5,7 +5,7 @@
// | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_| // | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_|
// |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____| // |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
// https://github.com/Neargye/nameof // https://github.com/Neargye/nameof
// version 0.10.2 // version 0.10.3
// //
// Licensed under the MIT License <http://opensource.org/licenses/MIT>. // Licensed under the MIT License <http://opensource.org/licenses/MIT>.
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
@ -34,7 +34,7 @@
#define NAMEOF_VERSION_MAJOR 0 #define NAMEOF_VERSION_MAJOR 0
#define NAMEOF_VERSION_MINOR 10 #define NAMEOF_VERSION_MINOR 10
#define NAMEOF_VERSION_PATCH 2 #define NAMEOF_VERSION_PATCH 3
#include <array> #include <array>
#include <cassert> #include <cassert>