Skip to content

Commit 3dd5c69

Browse files
committed
Update generator version to v5.0.0-rc2
1 parent fcac9a5 commit 3dd5c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ else ()
112112
if(NOT DEFINED ObjectBoxGenerator_CMAKE_VERSION OR ObjectBoxGenerator_CMAKE_VERSION STREQUAL "")
113113
# The default version is a specific version that "matches" the ObjectBox library version of this repo.
114114
# Nevertheless, it's often possible to use a newer Generator version as breaking changes are infrequent.
115-
set(ObjectBoxGenerator_CMAKE_VERSION "v5.0.0-rc")
115+
set(ObjectBoxGenerator_CMAKE_VERSION "v5.0.0-rc2")
116116
endif ()
117117
set(OBX_GEN_DL_URL https://raw.githubusercontent.com/objectbox/objectbox-generator/${ObjectBoxGenerator_CMAKE_VERSION}/cmake/FindObjectBoxGenerator.cmake)
118118

0 commit comments

Comments
 (0)