From 5e50eccae1ed2ec51b3ca574c480e3084feaaa4a Mon Sep 17 00:00:00 2001 From: terik23 Date: Wed, 27 Mar 2019 00:30:27 +0500 Subject: [PATCH] v0.7.4 --- CMakeLists.txt | 2 +- include/nameof.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d707c1b..b997a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.6) -project(nameof VERSION "0.7.3" LANGUAGES CXX) +project(nameof VERSION "0.7.4" LANGUAGES CXX) option(NAMEOF_OPT_BUILD_EXAMPLES "Build nameof examples" ON) option(NAMEOF_OPT_BUILD_TESTS "Build and perform nameof tests" ON) diff --git a/include/nameof.hpp b/include/nameof.hpp index f6bfe56..4121d26 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -5,7 +5,7 @@ // | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_| // |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____| // https://github.com/Neargye/nameof -// vesion 0.7.3 +// vesion 0.7.4 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT