Skip to content

Commit d7dee55

Browse files
committed
Update obx C to 4.0.2
1 parent 4f6f18e commit d7dee55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/cpp-flat-layout/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(FetchContent)
66
FetchContent_Declare(
77
objectbox
88
GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
9-
GIT_TAG v4.0.1
9+
GIT_TAG v4.0.2
1010
)
1111
FetchContent_MakeAvailable(objectbox)
1212

examples/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(FetchContent)
66
FetchContent_Declare(
77
objectbox
88
GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
9-
GIT_TAG v4.0.1
9+
GIT_TAG v4.0.2
1010
)
1111
FetchContent_MakeAvailable(objectbox)
1212

test/integration/cmake/projects/common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(FetchContent)
88
FetchContent_Declare(
99
objectbox
1010
GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
11-
GIT_TAG v4.0.1
11+
GIT_TAG v4.0.2
1212
)
1313
FetchContent_MakeAvailable(objectbox)
1414

third_party/objectbox-c/get-objectbox-c.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
cVersion=4.0.1
4+
cVersion=4.0.2
55

66
scriptDir=$(dirname "${BASH_SOURCE[0]}")
77

0 commit comments

Comments
 (0)