File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
13
RELEASE 1.1.4
2
14
-------------
3
15
2016-03-10 Jeremy Mikola <jmikola@gmail.com>
Original file line number Diff line number Diff line change 28
28
extern zend_module_entry mongodb_module_entry ;
29
29
30
30
/* 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 "
33
33
#define MONGODB_VERSION MONGODB_VERSION_S
34
34
35
35
#ifdef PHP_WIN32
You can’t perform that action at this time.
0 commit comments