File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ driver = "cpp"
18
18
driver-long = " MongoDB C++ Driver"
19
19
driver-short = " C++ driver"
20
20
version = " 3.10"
21
- full-version = " {+version+}.0 "
21
+ full-version = " {+version+}.1 "
22
22
api = " https://mongocxx.org/api/current"
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ release tarball.
27
27
28
28
The `mongocxx releases <https://github.com/mongodb/mongo-cxx-driver/releases>`__
29
29
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+} :
31
31
32
32
.. code-block:: bash
33
33
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
37
37
38
38
Make sure you change to the ``build`` directory of whatever source tree you
39
39
obtain.
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ release tarball.
27
27
28
28
The `mongocxx releases <https://github.com/mongodb/mongo-cxx-driver/releases>`__
29
29
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+} :
31
31
32
32
.. code-block:: bash
33
33
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
37
37
38
38
Make sure you change to the ``build`` directory of whatever source tree you
39
39
obtain.
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ release tarball.
27
27
28
28
The `mongocxx releases <https://github.com/mongodb/mongo-cxx-driver/releases>`__
29
29
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+} :
31
31
32
32
.. code-block:: bash
33
33
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
37
37
38
38
Make sure you change to the ``build`` directory of whatever source tree you
39
39
obtain.
You can’t perform that action at this time.
0 commit comments