Skip to content

Commit 8f416c8

Browse files
committed
v0.10.3
1 parent 6708611 commit 8f416c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(ADDITIONAL_MODULES_DIR "${CMAKE_CURRENT_LIST_DIR}/cmake")
66
list(APPEND CMAKE_MODULE_PATH "${ADDITIONAL_MODULES_DIR}")
77

88
project(nameof
9-
VERSION "0.10.2"
9+
VERSION "0.10.3"
1010
HOMEPAGE_URL "https://github.com/Neargye/nameof"
1111
DESCRIPTION "A library that provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum."
1212
LANGUAGES CXX

include/nameof.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_|
66
// |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
77
// https://github.com/Neargye/nameof
8-
// version 0.10.2
8+
// version 0.10.3
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT
@@ -34,7 +34,7 @@
3434

3535
#define NAMEOF_VERSION_MAJOR 0
3636
#define NAMEOF_VERSION_MINOR 10
37-
#define NAMEOF_VERSION_PATCH 2
37+
#define NAMEOF_VERSION_PATCH 3
3838

3939
#include <array>
4040
#include <cassert>

0 commit comments

Comments
 (0)