Skip to content

Commit

Permalink
Update obx C to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Nov 4, 2024
1 parent 4f6f18e commit d7dee55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cpp-flat-layout/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(FetchContent)
FetchContent_Declare(
objectbox
GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
GIT_TAG v4.0.1
GIT_TAG v4.0.2
)
FetchContent_MakeAvailable(objectbox)

Expand Down
2 changes: 1 addition & 1 deletion examples/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(FetchContent)
FetchContent_Declare(
objectbox
GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
GIT_TAG v4.0.1
GIT_TAG v4.0.2
)
FetchContent_MakeAvailable(objectbox)

Expand Down
2 changes: 1 addition & 1 deletion test/integration/cmake/projects/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(FetchContent)
FetchContent_Declare(
objectbox
GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
GIT_TAG v4.0.1
GIT_TAG v4.0.2
)
FetchContent_MakeAvailable(objectbox)

Expand Down
2 changes: 1 addition & 1 deletion third_party/objectbox-c/get-objectbox-c.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

cVersion=4.0.1
cVersion=4.0.2

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

Expand Down

0 comments on commit d7dee55

Please sign in to comment.