Skip to content

Commit 292ee8a

Browse files
committed
v0.9.0
1 parent 7b39296 commit 292ee8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.8)
22

3-
project(nameof VERSION "0.8.3" LANGUAGES CXX)
3+
project(nameof VERSION "0.9.0" LANGUAGES CXX)
44

55
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
66
set(IS_TOPLEVEL_PROJECT TRUE)

include/nameof.hpp

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

0 commit comments

Comments
 (0)