File tree Expand file tree Collapse file tree 8 files changed +12
-10
lines changed
Expand file tree Collapse file tree 8 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ for the binding update script (see below) and
1919for Flutter (` flutter_libs ` and ` sync_flutter_libs ` plugins) on Linux and Windows:
2020
2121``` bash
22- ./tool/set-c-version.sh 5.0.0-rc
22+ ./tool/set-c-version.sh 5.0.0
2323```
2424
2525``` text
26- * Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to [5.0.0-rc ](https://github.com/objectbox/objectbox-c/releases/tag/v5.0.0-rc ).
26+ * Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to [5.0.0](https://github.com/objectbox/objectbox-c/releases/tag/v5.0.0).
2727```
2828
2929``` text
30- Update C library [4.3.1 -> 5.0.0-rc ]
30+ Update C library [5.0.0-rc -> 5.0.0]
3131
32- Includes database 5.0.0-2025-09 -27
32+ Includes database 5.0.0-2025-11 -27
3333```
3434
3535### Android
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK)
4747# ----------------------------------------------------------------------
4848# Download and add objectbox-c prebuilt library.
4949
50- set (OBJECTBOX_VERSION 5.0.0-rc )
50+ set (OBJECTBOX_VERSION 5.0.0)
5151
5252set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
5353if (${OBJECTBOX_ARCH} MATCHES "x86_64" )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ set(objectbox_flutter_libs_bundled_libraries
5656# ----------------------------------------------------------------------
5757# Download and add objectbox-c prebuilt library.
5858
59- set (OBJECTBOX_VERSION 5.0.0-rc )
59+ set (OBJECTBOX_VERSION 5.0.0)
6060
6161set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
6262if (${OBJECTBOX_ARCH} MATCHES "AMD64" )
Original file line number Diff line number Diff line change 55# It's important that the generated dart bindings and the c-api library version match. Dart won't error on C function
66# signature mismatch, leading to obscure memory bugs.
77# For how to upgrade the version see dev-doc/updating-c-library.md
8- cLibVersion=5.0.0-rc
8+ cLibVersion=5.0.0
99os=$( uname)
1010cLibArgs=" $* "
1111
Original file line number Diff line number Diff line change 11## latest
22
3+ * Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to [ 5.0.0] ( https://github.com/objectbox/objectbox-c/releases/tag/v5.0.0 ) .
4+
35## 5.0.2 (2025-11-10)
46
57* macOS: throw an error if the ` macosApplicationGroup ` parameter when opening a ` Store ` is too long
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK)
4747# ----------------------------------------------------------------------
4848# Download and add objectbox-c prebuilt library.
4949
50- set (OBJECTBOX_VERSION 5.0.0-rc )
50+ set (OBJECTBOX_VERSION 5.0.0)
5151
5252set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
5353if (${OBJECTBOX_ARCH} MATCHES "x86_64" )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ set(objectbox_sync_flutter_libs_bundled_libraries
5656# ----------------------------------------------------------------------
5757# Download and add objectbox-c prebuilt library.
5858
59- set (OBJECTBOX_VERSION 5.0.0-rc )
59+ set (OBJECTBOX_VERSION 5.0.0)
6060
6161set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
6262if (${OBJECTBOX_ARCH} MATCHES "AMD64" )
Original file line number Diff line number Diff line change 55# copies the header files, makes some required modifications
66# and runs the ffigen binding generator on them.
77
8- cLibVersion=5.0.0-rc
8+ cLibVersion=5.0.0
99echo " Downloading C library source files from GitHub..."
1010
1111# Note: the release archives do not contain objectbox-dart.h, so get the full sources.
You can’t perform that action at this time.
0 commit comments