We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dfa58 commit 3686f53Copy full SHA for 3686f53
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 PHP_MONGODB_VERSION "1.4.0RC2-dev"
32
-#define PHP_MONGODB_STABILITY "devel"
+#define PHP_MONGODB_VERSION "1.4.0RC2"
+#define PHP_MONGODB_STABILITY "beta"
33
34
/* Structure for persisted libmongoc clients. The PID is included to ensure that
35
* processes do not destroy clients created by other processes (relevant for
0 commit comments