Skip to content

Commit 264d24b

Browse files
committed
libbson 1.1.2 & mongoc 1.1.2
1 parent 996e66e commit 264d24b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

patches/0001-libbson-version.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ index 0000000..3d2f954
5959
+ *
6060
+ * BSON version.
6161
+ */
62-
+#define BSON_VERSION (1.1.0)
62+
+#define BSON_VERSION (1.1.2)
6363
+
6464
+
6565
+/**
@@ -68,7 +68,7 @@ index 0000000..3d2f954
6868
+ * BSON version, encoded as a string, useful for printing and
6969
+ * concatenation.
7070
+ */
71-
+#define BSON_VERSION_S "1.1.0"
71+
+#define BSON_VERSION_S "1.1.2"
7272
+
7373
+
7474
+/**

patches/0002-libmongoc-version.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ index 0000000..1bad062
5959
+ *
6060
+ * MONGOC version.
6161
+ */
62-
+#define MONGOC_VERSION (1.1.0)
62+
+#define MONGOC_VERSION (1.1.2)
6363
+
6464
+
6565
+/**
@@ -68,7 +68,7 @@ index 0000000..1bad062
6868
+ * MONGOC version, encoded as a string, useful for printing and
6969
+ * concatenation.
7070
+ */
71-
+#define MONGOC_VERSION_S "1.1.0"
71+
+#define MONGOC_VERSION_S "1.1.2"
7272
+
7373
+
7474
+/**

0 commit comments

Comments
 (0)