Skip to content

Commit 4d22753

Browse files
committed
Correction: libmongoc version requirement is unchanged for 3.10
1 parent 5c19320 commit 4d22753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/mongocxx-v3/installation/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The mongocxx driver builds on top of the [MongoDB C driver](https://www.mongodb.
2626
The build of mongocxx-3.9.0 automatically downloads and installs the C driver if the C driver is not detected.
2727
To use an existing install of the C driver, set `CMAKE_PREFIX_PATH` to the directory containing the C driver install.
2828

29-
* For mongocxx-3.10.x, libmongoc 1.26.0 or later is required.
29+
* For mongocxx-3.10.x, libmongoc 1.25.0 or later is required.
3030
* For mongocxx-3.9.x, libmongoc 1.25.0 or later is required.
3131
* For mongocxx-3.8.x, libmongoc 1.24.0 or later is required.
3232
* For mongocxx-3.7.x, libmongoc 1.22.1 or later is required.

0 commit comments

Comments
 (0)