We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1cd83 commit 49ac063Copy full SHA for 49ac063
CMakeLists.txt
@@ -141,7 +141,7 @@ if (REFLECTCPP_USE_VCPKG)
141
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
142
endif ()
143
144
-project(reflectcpp VERSION 0.21.0 LANGUAGES CXX)
+project(reflectcpp VERSION 0.22.0 LANGUAGES CXX)
145
146
if (PROJECT_IS_TOP_LEVEL)
147
set(REFLECTCPP_INSTALL ON)
vcpkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "reflectcpp",
3
- "version-string": "0.21.0",
+ "version-string": "0.22.0",
4
"dependencies": [
5
6
"name": "vcpkg-cmake"
0 commit comments