File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ 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 4.1 .0
22+ ./tool/set-c-version.sh 4.2 .0
2323```
2424
2525``` text
26- * Flutter for Linux/Windows, Dart Native: update to [objectbox-c 4.1 .0](https://github.com/objectbox/objectbox-c/releases/tag/v4.1 .0).
26+ * Update database runtime library for Flutter for Linux/Windows, Dart Native to [4.2 .0](https://github.com/objectbox/objectbox-c/releases/tag/v4.2 .0).
2727```
2828
2929``` text
30- Update C library [4.0.2 -> 4.1 .0]
30+ Update C library [4.1.0 -> 4.2 .0]
3131```
3232
3333### Android
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK)
4444# ----------------------------------------------------------------------
4545# Download and add objectbox-c prebuilt library.
4646
47- set (OBJECTBOX_VERSION 4.1 .0)
47+ set (OBJECTBOX_VERSION 4.2 .0)
4848
4949set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
5050if (${OBJECTBOX_ARCH} MATCHES "x86_64" )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ set(objectbox_flutter_libs_bundled_libraries
5050# ----------------------------------------------------------------------
5151# Download and add objectbox-c prebuilt library.
5252
53- set (OBJECTBOX_VERSION 4.1 .0)
53+ set (OBJECTBOX_VERSION 4.2 .0)
5454
5555set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
5656if (${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=4.1 .0
8+ cLibVersion=4.2 .0
99os=$( uname)
1010cLibArgs=" $* "
1111
Original file line number Diff line number Diff line change 44* Examples: demos are compatible with JDK 21 included with Android Studio Ladybug or later, require
55 Flutter SDK 3.24 (with Dart SDK 3.5) or newer.
66* Requires at least Dart SDK 3.4 or Flutter SDK 3.22.
7+ * Update database runtime library for Flutter for Linux/Windows, Dart Native to [ 4.2.0] ( https://github.com/objectbox/objectbox-c/releases/tag/v4.2.0 ) .
78
89## 4.1.0 (2025-02-04)
910
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK)
4444# ----------------------------------------------------------------------
4545# Download and add objectbox-c prebuilt library.
4646
47- set (OBJECTBOX_VERSION 4.1 .0)
47+ set (OBJECTBOX_VERSION 4.2 .0)
4848
4949set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
5050if (${OBJECTBOX_ARCH} MATCHES "x86_64" )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ set(objectbox_sync_flutter_libs_bundled_libraries
5050# ----------------------------------------------------------------------
5151# Download and add objectbox-c prebuilt library.
5252
53- set (OBJECTBOX_VERSION 4.1 .0)
53+ set (OBJECTBOX_VERSION 4.2 .0)
5454
5555set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
5656if (${OBJECTBOX_ARCH} MATCHES "AMD64" )
You can’t perform that action at this time.
0 commit comments