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 a96f3fb commit e841684Copy full SHA for e841684
php_phongo.h
@@ -27,8 +27,8 @@
27
extern zend_module_entry mongodb_module_entry;
28
29
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
30
-#define MONGODB_VERSION_S "1.2.1-dev"
31
-#define MONGODB_STABILITY_S "devel"
+#define MONGODB_VERSION_S "1.2.1"
+#define MONGODB_STABILITY_S "stable"
32
#define MONGODB_VERSION MONGODB_VERSION_S
33
34
#ifdef PHP_WIN32
0 commit comments