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

Commit

Permalink
Go with 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jan 19, 2017
1 parent 3ec1422 commit c0751fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ChangeLog
=========

1.2.2
-----

** Bug
* [HHVM-281] - Fix compile issue with HHVM 3.17


1.2.1
-----

Expand Down
2 changes: 1 addition & 1 deletion mongodb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void hippo_log_handler(mongoc_log_level_t log_level, const char *log_domain, con
}
}

#define HIPPO_VERSION "1.2.1"
#define HIPPO_VERSION "1.2.2"

static class MongoDBExtension : public Extension {
public:
Expand Down

0 comments on commit c0751fd

Please sign in to comment.