From 099e7305b6a4963ea5cbd73df1bbfdeeb3f7710a Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Mon, 4 Oct 2021 16:29:10 -0400 Subject: [PATCH 1/2] CXX-2220 update tested libmongoc version to 1.18.0 --- .mci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mci.yml b/.mci.yml index e9698d5a28..6220e39c56 100644 --- a/.mci.yml +++ b/.mci.yml @@ -1254,7 +1254,7 @@ buildvariants: tar_options: *linux_tar_options cmake_flags: *linux_cmake_flags mongodb_version: *version_latest - mongoc_version: "master" # TODO: CXX-2220 update to 1.18.0 after release. + mongoc_version: "1.18.0" run_on: - ubuntu1804-build tasks: From 60a10f799f4ccf259aea9798511b734491b0532e Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Mon, 4 Oct 2021 17:42:06 -0400 Subject: [PATCH 2/2] bump to 1.19.0 --- .mci.yml | 2 +- src/mongocxx/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mci.yml b/.mci.yml index 6220e39c56..2a5f2c44ec 100644 --- a/.mci.yml +++ b/.mci.yml @@ -1254,7 +1254,7 @@ buildvariants: tar_options: *linux_tar_options cmake_flags: *linux_cmake_flags mongodb_version: *version_latest - mongoc_version: "1.18.0" + mongoc_version: "1.19.0" run_on: - ubuntu1804-build tasks: diff --git a/src/mongocxx/CMakeLists.txt b/src/mongocxx/CMakeLists.txt index 19405a359d..9d9a106f0a 100644 --- a/src/mongocxx/CMakeLists.txt +++ b/src/mongocxx/CMakeLists.txt @@ -29,7 +29,7 @@ message ("mongocxx version: ${MONGOCXX_VERSION}") set(MONGOCXX_INLINE_NAMESPACE "v${MONGOCXX_ABI_VERSION}") set(MONGOCXX_HEADER_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}/mongocxx/${MONGOCXX_INLINE_NAMESPACE}" CACHE INTERNAL "") -set(LIBMONGOC_REQUIRED_VERSION 1.18.0) +set(LIBMONGOC_REQUIRED_VERSION 1.19.0) set(LIBMONGOC_REQUIRED_ABI_VERSION 1.0) set(mongocxx_pkg_dep "")