You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/objectbox.h
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ extern "C" {
41
41
/// When using ObjectBox as a dynamic library, you should verify that a compatible version was linked using obx_version() or obx_version_is_at_least().
42
42
#defineOBX_VERSION_MAJOR 0
43
43
#defineOBX_VERSION_MINOR 7
44
-
#defineOBX_VERSION_PATCH0 // values >= 100 are reserved for dev releases leading to the next minor/major increase
44
+
#defineOBX_VERSION_PATCH1 // values >= 100 are reserved for dev releases leading to the next minor/major increase
45
45
46
46
/// Returns the version of the library as ints. Pointers may be null.
0 commit comments