Skip to content

Commit b57a52a

Browse files
Version 0.17.0 (#329)
1 parent cabd5ee commit b57a52a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if (REFLECTCPP_USE_VCPKG)
4949
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
5050
endif ()
5151

52-
project(reflectcpp VERSION 0.16.0 LANGUAGES CXX)
52+
project(reflectcpp VERSION 0.17.0 LANGUAGES CXX)
5353

5454
set(CMAKE_CXX_STANDARD 20)
5555

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2024 Code17 GmbH
3+
Copyright (c) 2023-2025 Code17 GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reflectcpp",
3-
"version-string": "0.16.0",
3+
"version-string": "0.17.0",
44
"builtin-baseline": "cd124b84feb0c02a24a2d90981e8358fdee0e077",
55
"dependencies": [
66
{

0 commit comments

Comments
 (0)