We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb96afe commit f8f7f6aCopy full SHA for f8f7f6a
php_phongo.h
@@ -28,8 +28,8 @@
28
extern zend_module_entry mongodb_module_entry;
29
30
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
31
-#define MONGODB_VERSION_S "1.1.4"
32
-#define MONGODB_STABILITY_S "stable"
+#define MONGODB_VERSION_S "1.1.5-dev"
+#define MONGODB_STABILITY_S "devel"
33
#define MONGODB_VERSION MONGODB_VERSION_S
34
35
#ifdef PHP_WIN32
0 commit comments