Skip to content

Commit 3339578

Browse files
committed
bump required C driver to 1.25.0
1 parent 8dcc51f commit 3339578

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.mci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
# If updating mongoc_version_minimum, also update:
1313
# - the default value of --c-driver-build-ref in etc/make_release.py
1414
# - LIBMONGOC_REQUIRED_VERSION in src/mongocxx/CMakeLists.txt
15-
mongoc_version_minimum: &mongoc_version_minimum "1.24.0"
15+
mongoc_version_minimum: &mongoc_version_minimum "1.25.0"
1616

1717
integration_matrix:
1818
integration_matrix_tasks_single: &integration_matrix_tasks_single

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ else()
4444
message(WARNING "Unknown compiler... recklessly proceeding without a version check")
4545
endif()
4646

47-
set(LIBBSON_REQUIRED_VERSION 1.24.0)
47+
set(LIBBSON_REQUIRED_VERSION 1.25.0)
4848
set(LIBBSON_REQUIRED_ABI_VERSION 1.0)
4949

50-
set(LIBMONGOC_REQUIRED_VERSION 1.24.0)
51-
set(LIBMONGOC_DOWNLOAD_VERSION ba5ab6de26a874d33b0abc3d2b46961a69380e7a) # TODO: update to 1.25.0 once C driver 1.25.0 is released.
50+
set(LIBMONGOC_REQUIRED_VERSION 1.25.0)
51+
set(LIBMONGOC_DOWNLOAD_VERSION 1.25.0)
5252
set(LIBMONGOC_REQUIRED_ABI_VERSION 1.0)
5353

5454
set(NEED_DOWNLOAD_C_DRIVER false)

etc/make_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
show_default=True,
8989
help='The remote reference which points to the mongodb/mongo-cxx-driver repo')
9090
@click.option('--c-driver-build-ref',
91-
default='1.24.0',
91+
default='1.25.0',
9292
show_default=True,
9393
help='When building the C driver, build at this Git reference')
9494
@click.option('--with-c-driver',

0 commit comments

Comments
 (0)