There was an error while loading. Please reload this page.
2 parents 01c9f46 + 7817451 commit 55a8102Copy full SHA for 55a8102
Dockerfile
@@ -25,7 +25,7 @@ RUN git clone https://github.com/mongodb/mongo-c-driver && \
25
# Options to build without native crypto are not documented.
26
RUN git clone https://github.com/mongodb/libmongocrypt && \
27
cd libmongocrypt && \
28
- git checkout 1.5.0-rc2 && \
+ git checkout 1.5.0 && \
29
mkdir xbuild && \
30
cd xbuild && \
31
cmake -DCMAKE_PREFIX_PATH="/opt/bson" \
lib/libmongocrypt_helper/version.rb
@@ -1,5 +1,5 @@
1
module LibmongocryptHelper
2
- VERSION = '1.5.0.rc2.0.1001'
+ VERSION = '1.5.0.0.1001'
3
4
- LIBMONGOCRYPT_VERSION = '1.5.0-rc2'
+ LIBMONGOCRYPT_VERSION = '1.5.0'
5
end
so/libmongocrypt.so
-12.6 KB
0 commit comments