File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.14)
2
2
3
- project (nameof VERSION "0.10.0 " LANGUAGES CXX)
3
+ project (nameof VERSION "0.10.1 " LANGUAGES CXX)
4
4
5
5
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME )
6
6
set (IS_TOPLEVEL_PROJECT TRUE )
Original file line number Diff line number Diff line change 5
5
// | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_|
6
6
// |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
7
7
// https://github.com/Neargye/nameof
8
- // version 0.10.0
8
+ // version 0.10.1
9
9
//
10
10
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
11
11
// SPDX-License-Identifier: MIT
34
34
35
35
#define NAMEOF_VERSION_MAJOR 0
36
36
#define NAMEOF_VERSION_MINOR 10
37
- #define NAMEOF_VERSION_PATCH 0
37
+ #define NAMEOF_VERSION_PATCH 1
38
38
39
39
#include < array>
40
40
#include < cassert>
You can’t perform that action at this time.
0 commit comments