Skip to content

Commit 55a8102

Browse files
Merge pull request #5 from comandeo/version-1.5.0
Version 1.5.0
2 parents 01c9f46 + 7817451 commit 55a8102

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN git clone https://github.com/mongodb/mongo-c-driver && \
2525
# Options to build without native crypto are not documented.
2626
RUN git clone https://github.com/mongodb/libmongocrypt && \
2727
cd libmongocrypt && \
28-
git checkout 1.5.0-rc2 && \
28+
git checkout 1.5.0 && \
2929
mkdir xbuild && \
3030
cd xbuild && \
3131
cmake -DCMAKE_PREFIX_PATH="/opt/bson" \

lib/libmongocrypt_helper/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module LibmongocryptHelper
2-
VERSION = '1.5.0.rc2.0.1001'
2+
VERSION = '1.5.0.0.1001'
33

4-
LIBMONGOCRYPT_VERSION = '1.5.0-rc2'
4+
LIBMONGOCRYPT_VERSION = '1.5.0'
55
end

so/libmongocrypt.so

-12.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)