Skip to content

Commit

Permalink
Version 0.17.0 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 authored Jan 6, 2025
1 parent cabd5ee commit b57a52a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reflectcpp",
"version-string": "0.16.0",
"version-string": "0.17.0",
"builtin-baseline": "cd124b84feb0c02a24a2d90981e8358fdee0e077",
"dependencies": [
{
Expand Down

0 comments on commit b57a52a

Please sign in to comment.