Skip to content

Commit e434ef7

Browse files
committed
Package 1.1.9
1 parent 193b5ec commit e434ef7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

RELEASE-1.1

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
RELEASE 1.1.9
2+
-------------
3+
2016-10-20 Jeremy Mikola <[email protected]>
4+
* PHPC-820: Upgrade libbson and libmongoc to 1.3.6
5+
6+
7+
RELEASE 1.1.9
8+
-------------
9+
2016-10-20 Jeremy Mikola <[email protected]>
10+
* PHPC-820: Upgrade libbson and libmongoc to 1.3.6
11+
12+
113
RELEASE 1.1.8
214
-------------
315
2016-07-05 Jeremy Mikola <[email protected]>

php_phongo.h

+2-2
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.9-dev"
32-
#define MONGODB_STABILITY_S "devel"
31+
#define MONGODB_VERSION_S "1.1.9"
32+
#define MONGODB_STABILITY_S "stable"
3333
#define MONGODB_VERSION MONGODB_VERSION_S
3434

3535
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)