We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23785a4 commit 340dbfbCopy full SHA for 340dbfb
src/libmongoc/tests/test-libmongoc.c
@@ -2604,6 +2604,8 @@ WIRE_VERSION_CHECKS (9)
2604
WIRE_VERSION_CHECKS (13)
2605
/* wire version 14 begins with the 5.1 prerelease. */
2606
WIRE_VERSION_CHECKS (14)
2607
+/* wire version 17 begins with the 6.0 release. */
2608
+WIRE_VERSION_CHECKS (17)
2609
2610
int
2611
test_framework_skip_if_no_dual_ip_hostname (void)
src/libmongoc/tests/test-libmongoc.h
@@ -199,6 +199,8 @@ WIRE_VERSION_CHECK_DECLS (9)
199
WIRE_VERSION_CHECK_DECLS (13)
200
201
WIRE_VERSION_CHECK_DECLS (14)
202
203
+WIRE_VERSION_CHECK_DECLS (17)
204
205
#undef WIRE_VERSION_CHECK_DECLS
206
0 commit comments