From cb12e1965c90674546e0b2c630e5f214acf5b196 Mon Sep 17 00:00:00 2001 From: terik23 Date: Sun, 24 Mar 2019 00:40:16 +0500 Subject: [PATCH] v0.7.1 --- CMakeLists.txt | 2 +- include/nameof.hpp | 2 +- test/test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b463e80..0f4a2c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.6) -project(nameof VERSION "0.7.0" LANGUAGES CXX) +project(nameof VERSION "0.7.1" 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 f7cb4c2..f54d219 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -5,7 +5,7 @@ // | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_| // |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____| // https://github.com/Neargye/nameof -// vesion 0.7.0 +// vesion 0.7.1 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/test/test.cpp b/test/test.cpp index 0383f0e..c27354d 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -69,7 +69,7 @@ struct Long { enum class Color { RED = -1, GREEN, BLUE }; -enum Directions { Up, Down, Right, Left}; +enum Directions { Up, Down, Right, Left }; SomeStruct struct_var; Long othervar;