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 72f3968 commit c578d6fCopy full SHA for c578d6f
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 MONGODB_VERSION_S "1.2.5-dev"
29
-#define MONGODB_STABILITY_S "devel"
+#define MONGODB_VERSION_S "1.2.5"
+#define MONGODB_STABILITY_S "stable"
30
#define MONGODB_VERSION MONGODB_VERSION_S
31
32
#ifdef PHP_WIN32
0 commit comments