From 7c2a9821c2ba7b9818217b97f90b29777dc557e5 Mon Sep 17 00:00:00 2001 From: "Dr. Patrick Urbanke" Date: Mon, 6 Jan 2025 18:27:19 +0100 Subject: [PATCH] Version 0.17.0 --- CMakeLists.txt | 2 +- LICENSE | 2 +- vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c1ada09..4d0904fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ if (REFLECTCPP_USE_VCPKG) set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file") endif () -project(reflectcpp VERSION 0.16.0 LANGUAGES CXX) +project(reflectcpp VERSION 0.17.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) diff --git a/LICENSE b/LICENSE index b1533c79..5671e3fb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2024 Code17 GmbH +Copyright (c) 2023-2025 Code17 GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/vcpkg.json b/vcpkg.json index 23f9cadb..b15e18c1 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "reflectcpp", - "version-string": "0.16.0", + "version-string": "0.17.0", "builtin-baseline": "cd124b84feb0c02a24a2d90981e8358fdee0e077", "dependencies": [ {