File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ cd mongo-cxx-driver/build
8787If you prefer to download a tarball, look on the [ mongocxx
8888releases] ( https://github.com/mongodb/mongo-cxx-driver/releases ) page for a
8989link to the release tarball for the version you wish you install. For
90- example, to download version 3.0.3 :
90+ example, to download version 3.1.0 :
9191
9292``` sh
93- curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.0.3 .tar.gz
94- tar -xzf r3.0.3 .tar.gz
95- cd mongo-cxx-driver-r3.0.3 /build
93+ curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.1.0 .tar.gz
94+ tar -xzf r3.1.0 .tar.gz
95+ cd mongo-cxx-driver-r3.1.0 /build
9696```
9797
9898Make sure you change to the ` build ` directory of whatever source tree you
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ Currently, no drivers guarantee API or ABI stability.
1616
1717| mongocxx | legacy
1818| -------------------------------------| --------------------------------
19- | [ mongocxx-3.1.0-rc0 ] ( ../mongocxx-3.1.0-rc0 / ) | [ legacy-1.1.2] ( ../legacy-1.1.2/ )
20- | [ mongocxx-3.0.3 ] ( ../mongocxx-3.0.3 / ) | [ legacy-1.1.1] ( ../legacy-1.1.1/ )
21- | [ mongocxx-3.0.2 ] ( ../mongocxx-3.0.2 / ) | [ legacy-1.1.0] ( ../legacy-1.1.0/ )
22- | [ mongocxx-3.0.1 ] ( ../mongocxx-3.0.1 / ) | [ legacy-1.0.7] ( ../legacy-1.0.7/ )
23- | [ mongocxx-3.0.0 ] ( ../mongocxx-3.0.0 / ) | [ legacy-1.0.6] ( ../legacy-1.0.6/ )
24- | | [ legacy-1.0.5] ( ../legacy-1.0.5/ )
19+ | [ mongocxx-3.1.0] ( ../mongocxx-3.1.0/ ) | [ legacy-1.1.2] ( ../legacy-1.1.2/ )
20+ | [ mongocxx-3.1.0-rc0 ] ( ../mongocxx-3.1.0-rc0 / ) | [ legacy-1.1.1] ( ../legacy-1.1.1/ )
21+ | [ mongocxx-3.0.3 ] ( ../mongocxx-3.0.3 / ) | [ legacy-1.1.0] ( ../legacy-1.1.0/ )
22+ | [ mongocxx-3.0.2 ] ( ../mongocxx-3.0.2 / ) | [ legacy-1.0.7] ( ../legacy-1.0.7/ )
23+ | [ mongocxx-3.0.1 ] ( ../mongocxx-3.0.1 / ) | [ legacy-1.0.6] ( ../legacy-1.0.6/ )
24+ | [ mongocxx-3.0.0 ] ( ../mongocxx-3.0.0/ ) | [ legacy-1.0.5] ( ../legacy-1.0.5/ )
2525| | [ legacy-1.0.4] ( ../legacy-1.0.4/ )
2626| | [ legacy-1.0.3] ( ../legacy-1.0.3/ )
2727| | [ legacy-1.0.2] ( ../legacy-1.0.2/ )
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ sub _try_run {
3434 r3.0.2
3535 r3.0.3
3636 r3.1.0-rc0
37+ r3.1.0
3738) ;
3839
3940sub main {
You can’t perform that action at this time.
0 commit comments