Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit d21012a

Browse files
committed
Go with 1.1.3
1 parent 74a3185 commit d21012a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ChangeLog
22
=========
33

4+
1.1.3
5+
-----
6+
7+
** Bug
8+
* [HHVM-238] - Driver does not compile with HHVM 3.14
9+
10+
411
1.1.2
512
-----
613

mongodb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void hippo_log_handler(mongoc_log_level_t log_level, const char *log_domain, con
8383

8484
static class MongoDBExtension : public Extension {
8585
public:
86-
MongoDBExtension() : Extension("mongodb", "1.1.2") {}
86+
MongoDBExtension() : Extension("mongodb", "1.1.3") {}
8787

8888
virtual void moduleInit() {
8989
/* MongoDB\BSON functions */

0 commit comments

Comments
 (0)