@@ -62,7 +62,7 @@ communications to ascertain the necessary details, delaying a useful response.
6262Here is a made-up example of a help request that provides the relevant
6363information:
6464
65- Hello, I'm trying to build the C driver with SSL, from mongo-c-driver-1.1.4 .tar.gz. I'm on Ubuntu
65+ Hello, I'm trying to build the C driver with SSL, from mongo-c-driver-1.1.5 .tar.gz. I'm on Ubuntu
6666 14.04, 64-bit Intel, with gcc 4.8.2. I run configure like::
6767
6868 $ ./configure --enable-sasl=yes
@@ -95,13 +95,13 @@ Building from Release Tarball
9595Unless you intend on contributing to the mongo-c-driver, you will want to build
9696from a release tarball.
9797
98- The most current release is 1.1.4 which you can download here.
99- `mongo-c-driver-1.1.4 .tar.gz <https://github.com/mongodb/mongo-c-driver/releases/download/1.1.4 /mongo-c-driver-1.1.4 .tar.gz >`_.
98+ The most current release is 1.1.5 which you can download here.
99+ `mongo-c-driver-1.1.5 .tar.gz <https://github.com/mongodb/mongo-c-driver/releases/download/1.1.5 /mongo-c-driver-1.1.5 .tar.gz >`_.
100100
101101To build on UNIX-like systems, do the following::
102102
103- $ tar xzf mongo-c-driver-1.1.4 .tar.gz
104- $ cd mongo-c-driver-1.1.4
103+ $ tar xzf mongo-c-driver-1.1.5 .tar.gz
104+ $ cd mongo-c-driver-1.1.5
105105 $ ./configure
106106 $ make
107107 $ sudo make install
@@ -112,7 +112,7 @@ To see all of the options available to you during configuration, run::
112112
113113To build on Windows Vista or newer with Visual Studio 2010, do the following::
114114
115- cd mongo-c-driver-1.1.4
115+ cd mongo-c-driver-1.1.5
116116 cd src\libbson
117117 cmake -DCMAKE_INSTALL_PREFIX=C:\usr -G "Visual Studio 10 Win64" .
118118 msbuild.exe ALL_BUILD.vcxproj
0 commit comments