v0.9.1
This commit is contained in:
parent
aa45d44f05
commit
fd53f1e723
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
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)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ from conans.errors import ConanInvalidConfiguration
|
|||
|
||||
class NameofConan(ConanFile):
|
||||
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."
|
||||
topics = (
|
||||
"conan",
|
||||
|
|
Loading…
Reference in a new issue