Skip to content

Commit 3cc2ebe

Browse files
committed
Prepare to generate r3.1.4 release documentation
1 parent 2eb8148 commit 3cc2ebe

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

docs/content/mongocxx-v3/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ cd mongo-cxx-driver/build
104104
If you prefer to download a tarball, look on the [mongocxx
105105
releases](https://github.com/mongodb/mongo-cxx-driver/releases) page for a
106106
link to the release tarball for the version you wish you install. For
107-
example, to download version 3.1.2:
107+
example, to download version 3.1.4:
108108

109109
```sh
110-
curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.1.2.tar.gz
111-
tar -xzf r3.1.2.tar.gz
112-
cd mongo-cxx-driver-r3.1.2/build
110+
curl -OL https://github.com/mongodb/mongo-cxx-driver/archive/r3.1.4.tar.gz
111+
tar -xzf r3.1.4.tar.gz
112+
cd mongo-cxx-driver-r3.1.4/build
113113
```
114114

115115
Make sure you change to the `build` directory of whatever source tree you

etc/apidocmenu.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Currently, no drivers guarantee API or ABI stability.
1717
| mongocxx | legacy |
1818
| ------------------------------------ | -------------------------------- |
1919
| [mongocxx-3.2.0-rc1](../mongocxx-3.2.0-rc1/) | [legacy-1.1.2](../legacy-1.1.2/) |
20-
| [mongocxx-3.1.3](../mongocxx-3.1.3/) | [legacy-1.1.1](../legacy-1.1.1/) |
21-
| [mongocxx-3.1.2](../mongocxx-3.1.2/) | [legacy-1.1.0](../legacy-1.1.0/) |
22-
| [mongocxx-3.1.1](../mongocxx-3.1.1/) | [legacy-1.0.7](../legacy-1.0.7/) |
23-
| [mongocxx-3.1.0](../mongocxx-3.1.0/) | [legacy-1.0.6](../legacy-1.0.6/) |
24-
| [mongocxx-3.0.3](../mongocxx-3.0.3/) | [legacy-1.0.5](../legacy-1.0.5/) |
25-
| [mongocxx-3.0.2](../mongocxx-3.0.2/) | [legacy-1.0.4](../legacy-1.0.4/) |
26-
| [mongocxx-3.0.1](../mongocxx-3.0.1/) | [legacy-1.0.3](../legacy-1.0.3/) |
27-
| [mongocxx-3.0.0](../mongocxx-3.0.0/) | [legacy-1.0.2](../legacy-1.0.2/) |
28-
| | [legacy-1.0.1](../legacy-1.0.1/) |
20+
| [mongocxx-3.1.4](../mongocxx-3.1.4/) | [legacy-1.1.1](../legacy-1.1.1/) |
21+
| [mongocxx-3.1.3](../mongocxx-3.1.3/) | [legacy-1.1.0](../legacy-1.1.0/) |
22+
| [mongocxx-3.1.2](../mongocxx-3.1.2/) | [legacy-1.0.7](../legacy-1.0.7/) |
23+
| [mongocxx-3.1.1](../mongocxx-3.1.1/) | [legacy-1.0.6](../legacy-1.0.6/) |
24+
| [mongocxx-3.1.0](../mongocxx-3.1.0/) | [legacy-1.0.5](../legacy-1.0.5/) |
25+
| [mongocxx-3.0.3](../mongocxx-3.0.3/) | [legacy-1.0.4](../legacy-1.0.4/) |
26+
| [mongocxx-3.0.2](../mongocxx-3.0.2/) | [legacy-1.0.3](../legacy-1.0.3/) |
27+
| [mongocxx-3.0.1](../mongocxx-3.0.1/) | [legacy-1.0.2](../legacy-1.0.2/) |
28+
| [mongocxx-3.0.0](../mongocxx-3.0.0/) | [legacy-1.0.1](../legacy-1.0.1/) |
2929
| | [legacy-1.0.0](../legacy-1.0.0/) |
3030

3131

etc/generate-all-apidocs.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ sub _try_run {
3737
r3.1.1
3838
r3.1.2
3939
r3.1.3
40+
r3.1.4
4041
r3.2.0-rc1
4142
);
4243

0 commit comments

Comments
 (0)