This commit is contained in:
neargye 2019-10-02 18:37:50 +05:00
parent aa45d44f05
commit fd53f1e723
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.8) cmake_minimum_required(VERSION 3.8)
project(nameof VERSION "0.9.0" LANGUAGES CXX) project(nameof VERSION "0.9.1" LANGUAGES CXX)
include(${CMAKE_BINARY_DIR}/conan_paths.cmake OPTIONAL) include(${CMAKE_BINARY_DIR}/conan_paths.cmake OPTIONAL)

View file

@ -5,7 +5,7 @@ from conans.errors import ConanInvalidConfiguration
class NameofConan(ConanFile): class NameofConan(ConanFile):
name = "nameof" name = "nameof"
version = "0.9.0" version = "0.9.1"
description = "Header-only C++17 library provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum." description = "Header-only C++17 library provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum."
topics = ( topics = (
"conan", "conan",