OSDN Git Service

update SWFED_VERSION from 0.65 to 0.66a
authorYoya <yoya@awm.jp>
Thu, 20 Oct 2016 06:41:36 +0000 (15:41 +0900)
committerYoya <yoya@awm.jp>
Thu, 20 Oct 2016 06:41:36 +0000 (15:41 +0900)
src/php_swfed.h

index 09dea99..0670a33 100644 (file)
@@ -24,7 +24,7 @@
 extern zend_module_entry swfed_module_entry;
 #define phpext_swfed_ptr &swfed_module_entry
 
-#define PHP_SWFED_VERSION "0.65" /* Replace with version number for your extention */
+#define PHP_SWFED_VERSION "0.66a" /* Replace with version number for your extention */
 
 #ifdef PHP_WIN32
 #define PHP_SWFED_API __declspec(dllexport)