Skip to content

Commit def624a

Browse files
authored
update version tag (simdjson#1297)
1 parent 268f26a commit def624a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/basics_doxygen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ include(FetchContent)
4747
FetchContent_Declare(
4848
simdjson
4949
GIT_REPOSITORY https://github.com/simdjson/simdjson.git
50-
GIT_TAG v0.4.7
50+
GIT_TAG v0.6.1
5151
GIT_SHALLOW TRUE)
5252
5353
set(SIMDJSON_JUST_LIBRARY ON CACHE INTERNAL "")
@@ -56,7 +56,7 @@ set(SIMDJSON_BUILD_STATIC ON CACHE INTERNAL "")
5656
FetchContent_MakeAvailable(simdjson)
5757
```
5858

59-
You should replace `GIT_TAG v0.5.0` by the version you need. If you omit `GIT_TAG v0.5.0`, you will work from the main branch of simdjson: we recommend that if you are working on production code,
59+
You should replace `GIT_TAG v0.6.1` by the version you need. If you omit `GIT_TAG v0.6.1`, you will work from the main branch of simdjson: we recommend that if you are working on production code,
6060

6161
Elsewhere in your project, you can declare dependencies on simdjson with lines such as these:
6262

0 commit comments

Comments
 (0)