Skip to content

Commit 8c9c753

Browse files
committed
add 3.13.1 release changes (#11)
1 parent 70cc93b commit 8c9c753

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ driver = "cpp"
1818
driver-long = "MongoDB C++ Driver"
1919
driver-short = "C++ driver"
2020
version = "3.10"
21-
full-version = "{+version+}.0"
21+
full-version = "{+version+}.1"
2222
api = "https://mongocxx.org/api/current"

source/installation/linux.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ release tarball.
2727

2828
The `mongocxx releases <https://github.com/mongodb/mongo-cxx-driver/releases>`__
2929
page will have links to the release tarball for the version you wish you install. For
30-
example, to download version 3.10.0:
30+
example, to download version {+full-version+}:
3131

3232
.. code-block:: bash
3333

34-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.0/mongo-cxx-driver-r3.10.0.tar.gz
35-
tar -xzf mongo-cxx-driver-r3.10.0.tar.gz
36-
cd mongo-cxx-driver-r3.10.0/build
34+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r{+full-version+}/mongo-cxx-driver-r{+full-version+}.tar.gz
35+
tar -xzf mongo-cxx-driver-r{+full-version+}.tar.gz
36+
cd mongo-cxx-driver-r{+full-version+}/build
3737

3838
Make sure you change to the ``build`` directory of whatever source tree you
3939
obtain.

source/installation/macos.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ release tarball.
2727

2828
The `mongocxx releases <https://github.com/mongodb/mongo-cxx-driver/releases>`__
2929
page will have links to the release tarball for the version you wish you install. For
30-
example, to download version 3.10.0:
30+
example, to download version {+full-version+}:
3131

3232
.. code-block:: bash
3333

34-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.0/mongo-cxx-driver-r3.10.0.tar.gz
35-
tar -xzf mongo-cxx-driver-r3.10.0.tar.gz
36-
cd mongo-cxx-driver-r3.10.0/build
34+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r{+full-version+}/mongo-cxx-driver-r{+full-version+}.tar.gz
35+
tar -xzf mongo-cxx-driver-r{+full-version+}.tar.gz
36+
cd mongo-cxx-driver-r{+full-version+}/build
3737

3838
Make sure you change to the ``build`` directory of whatever source tree you
3939
obtain.

source/installation/windows.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ release tarball.
2727

2828
The `mongocxx releases <https://github.com/mongodb/mongo-cxx-driver/releases>`__
2929
page will have links to the release tarball for the version you wish you install. For
30-
example, to download version 3.10.0:
30+
example, to download version {+full-version+}:
3131

3232
.. code-block:: bash
3333

34-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.0/mongo-cxx-driver-r3.10.0.tar.gz
35-
tar -xzf mongo-cxx-driver-r3.10.0.tar.gz
36-
cd mongo-cxx-driver-r3.10.0/build
34+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r{+full-version+}/mongo-cxx-driver-r{+full-version+}.tar.gz
35+
tar -xzf mongo-cxx-driver-r{+full-version+}.tar.gz
36+
cd mongo-cxx-driver-r{+full-version+}/build
3737

3838
Make sure you change to the ``build`` directory of whatever source tree you
3939
obtain.

0 commit comments

Comments
 (0)