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 f98859d commit 8ee6190Copy full SHA for 8ee6190
php_phongo.h
@@ -25,8 +25,8 @@
25
extern zend_module_entry mongodb_module_entry;
26
27
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
28
-#define PHP_MONGODB_VERSION "1.3.2"
29
-#define PHP_MONGODB_STABILITY "stable"
+#define PHP_MONGODB_VERSION "1.3.3-dev"
+#define PHP_MONGODB_STABILITY "devel"
30
31
/* Structure for persisted libmongoc clients. The PID is included to ensure that
32
* processes do not destroy clients created by other processes (relevant for
0 commit comments