Skip to content

Commit

Permalink
Package 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Dec 7, 2016
1 parent 427aa5d commit 4842994
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions RELEASE-1.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
RELEASE 1.1.10
-------------
2016-12-07 Jeremy Mikola <[email protected]>
* Remove duplicate content from release changelog

2016-12-06 Jeremy Mikola <[email protected]>
* PHPC-848: Consult ZEND_HASH_APPLY_PROTECTION() in PHP7


RELEASE 1.1.9
-------------
2016-10-20 Jeremy Mikola <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions php_phongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
extern zend_module_entry mongodb_module_entry;

/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
#define MONGODB_VERSION_S "1.1.10-dev"
#define MONGODB_STABILITY_S "devel"
#define MONGODB_VERSION_S "1.1.10"
#define MONGODB_STABILITY_S "stable"
#define MONGODB_VERSION MONGODB_VERSION_S

#ifdef PHP_WIN32
Expand Down

0 comments on commit 4842994

Please sign in to comment.