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 5ac7dbb commit 7bf5716Copy full SHA for 7bf5716
php_phongo.h
@@ -28,7 +28,8 @@
28
#define phpext_phongo_ptr &phongo_module_entry
29
extern zend_module_entry phongo_module_entry;
30
31
-#define PHONGO_VERSION_S "3.0.0"
+#define PHONGO_VERSION_S "0.1.0"
32
+#define PHONGO_STABILITY_S "devel"
33
#define PHONGO_VERSION PHONGO_VERSION_S
34
35
#ifdef PHP_WIN32
0 commit comments