Skip to content

Commit 4842994

Browse files
committed
Package 1.1.10
1 parent 427aa5d commit 4842994

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

RELEASE-1.1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
RELEASE 1.1.10
2+
-------------
3+
2016-12-07 Jeremy Mikola <[email protected]>
4+
* Remove duplicate content from release changelog
5+
6+
2016-12-06 Jeremy Mikola <[email protected]>
7+
* PHPC-848: Consult ZEND_HASH_APPLY_PROTECTION() in PHP7
8+
9+
110
RELEASE 1.1.9
211
-------------
312
2016-10-20 Jeremy Mikola <[email protected]>

php_phongo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
extern zend_module_entry mongodb_module_entry;
2929

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

3535
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)