File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
test/integration/cmake/projects Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include(FetchContent)
66FetchContent_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)
1111FetchContent_MakeAvailable(objectbox)
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include(FetchContent)
66FetchContent_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)
1111FetchContent_MakeAvailable(objectbox)
1212
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(FetchContent)
88FetchContent_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)
1313FetchContent_MakeAvailable(objectbox)
1414
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euo pipefail
33
4- cVersion=4.0.1
4+ cVersion=4.0.2
55
66scriptDir=$( dirname " ${BASH_SOURCE[0]} " )
77
You can’t perform that action at this time.
0 commit comments