Skip to content

Commit b3a7abc

Browse files
committed
Update generator version to 5.0.0-rc
1 parent 72e25ac commit b3a7abc

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 "v4.0.0")
115+
set(ObjectBoxGenerator_CMAKE_VERSION "v5.0.0-rc")
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)