We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab9e7b commit 23b3b19Copy full SHA for 23b3b19
.evergreen/etc/mongo-c-driver.spec
@@ -10,7 +10,7 @@
10
%global gh_project mongo-c-driver
11
%global libname libmongoc
12
%global libver 1.0
13
-%global up_version 1.26.1
+%global up_version 1.26.2
14
#global up_prever rc0
15
# disabled as require a MongoDB server
16
%bcond_with tests
@@ -243,6 +243,9 @@ exit $ret
243
244
245
%changelog
246
+* Wed Apr 3 2024 Remi Collet <[email protected]> - 1.26.2-1
247
+- update to 1.26.2
248
+
249
* Wed Mar 6 2024 Remi Collet <[email protected]> - 1.26.1-1
250
- update to 1.26.1
251
.evergreen/etc/spec.patch
@@ -4,7 +4,7 @@
4
5
6
7
--%global up_version 1.26.1
+-%global up_version 1.26.2
8
+%global up_version 1.27.0
9
0 commit comments