We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc8c9e commit 09e17b2Copy full SHA for 09e17b2
2 files changed
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.22.0 LANGUAGES CXX)
+project(reflectcpp VERSION 0.23.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.22.0",
+ "version-string": "0.23.0",
4
"dependencies": [
5
6
"name": "vcpkg-cmake"
0 commit comments