Skip to content

Commit 6c05c5e

Browse files
greenrobotgitbook-bot
authored andcommitted
GITBOOK-107: V4.1.0 updates
1 parent c3cddcc commit 6c05c5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include(FetchContent)
2424
FetchContent_Declare(
2525
objectbox
2626
GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
27-
GIT_TAG v4.0.3
27+
GIT_TAG v4.1.0
2828
)
2929
3030
FetchContent_MakeAvailable(objectbox)
@@ -58,7 +58,7 @@ include(FetchContent)
5858
FetchContent_Declare(
5959
objectbox
6060
GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
61-
GIT_TAG v4.0.3
61+
GIT_TAG v4.1.0
6262
)
6363
6464
FetchContent_GetProperties(objectbox)
@@ -104,7 +104,7 @@ Using the download.sh script (on Windows, use something like Git Bash to run it)
104104

105105
Details on the download.sh script:
106106

107-
* Creates a "download" directory and a version dependent sub directory named like "libobjectbox-0.1-some-hex-hash".
107+
* Creates a "download" directory and a version dependent sub directory named like "libobjectbox-4.1.0-some-hex-hash".
108108
* Inside the version dependent sub directory, you will find the directories "include" and "lib"/
109109
* The "lib" directory contains the binary library.
110110
* Gives you an option to install the library to `/usr/lib` (linux) or `/usr/local/lib` (macOS).

0 commit comments

Comments
 (0)