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 47b24a3 commit 8b8e316Copy full SHA for 8b8e316
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.2.10-dev"
29
-#define PHP_MONGODB_STABILITY "devel"
+#define PHP_MONGODB_VERSION "1.2.10"
+#define PHP_MONGODB_STABILITY "stable"
30
31
#ifdef PHP_WIN32
32
# define PHONGO_API __declspec(dllexport)
0 commit comments