Skip to content

Commit dfeff19

Browse files
committed
Bump bundled version
1 parent f4ff765 commit dfeff19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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-rc0)
62+
+#define BSON_VERSION (1.1.0)
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-rc0"
71+
+#define BSON_VERSION_S "1.1.0"
7272
+
7373
+
7474
+/**

0 commit comments

Comments
 (0)