Skip to content

Commit d419295

Browse files
committed
post-release bump
1 parent 4282e74 commit d419295

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ set (SOURCE_DIR "${PROJECT_SOURCE_DIR}/")
1313

1414
set (MONGOC_MAJOR_VERSION 1)
1515
set (MONGOC_MINOR_VERSION 1)
16-
set (MONGOC_MICRO_VERSION 9)
17-
set (MONGOC_PRERELEASE_VERSION )
16+
set (MONGOC_MICRO_VERSION 10)
17+
set (MONGOC_PRERELEASE_VERSION dev)
1818
set (MONGOC_API_VERSION 1.0)
19-
set (MONGOC_VERSION 1.1.9)
19+
set (MONGOC_VERSION 1.1.10-dev)
2020

2121
set (CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR}/COPYING")
2222
set (CPACK_PACKAGE_VERSION_MAJOR ${MONGOC_MAJOR_VERSION})

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
mongo-c-driver 1.1.10
2+
=====================
3+
4+
It is my pleasure to announce to you the MongoDB C driver 1.1.10.
5+
6+
This is a patch release with bug fixes:
7+
8+
* Occasional crash reconnecting to replica set.
9+
* Hang after network error sending a large message.
10+
11+
Thanks to everyone who contributed to the development of this point release for
12+
libmongoc.
13+
14+
* A. Jesse Jiryu Davis
15+
* Jason Carey
16+
17+
Peace,
18+
19+
A. Jesse Jiryu Davis
20+
121
mongo-c-driver 1.1.9
222
====================
323

build/autotools/Versions.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
m4_define([mongoc_major_version], [1])
22
m4_define([mongoc_minor_version], [1])
3-
m4_define([mongoc_micro_version], [9])
4-
m4_define([mongoc_prerelease_version], [])
3+
m4_define([mongoc_micro_version], [10])
4+
m4_define([mongoc_prerelease_version], [dev])
55

66
m4_define(
77
[mongoc_version],

0 commit comments

Comments
 (0)