Skip to content

Commit b0c3640

Browse files
committed
Package 1.1.5
1 parent 009d3f7 commit b0c3640

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.5
2+
-------------
3+
2016-03-18 Jeremy Mikola <jmikola@gmail.com>
4+
* PHPC-632: Define MONGOC_NO_AUTOMATIC_GLOBALS when bundling libmongoc
5+
6+
2016-03-10 Jeremy Mikola <jmikola@gmail.com>
7+
* Back to -dev
8+
9+
2016-03-10 Jeremy Mikola <jmikola@gmail.com>
10+
* Add 1.1.4 release notes
11+
12+
113
RELEASE 1.1.4
214
-------------
315
2016-03-10 Jeremy Mikola <jmikola@gmail.com>

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

3535
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)