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 6ebe3bc commit de54f80Copy full SHA for de54f80
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 "0.1.1"
+/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
32
+#define PHONGO_VERSION_S "0.1.2"
33
#define PHONGO_STABILITY_S "devel"
34
#define PHONGO_VERSION PHONGO_VERSION_S
35
0 commit comments