OSDN Git Service

update SWFED_VERSION from 0.65a to 0.65
authorYoya <yoya@awm.jp>
Thu, 20 Oct 2016 03:40:04 +0000 (12:40 +0900)
committerYoya <yoya@awm.jp>
Thu, 20 Oct 2016 03:40:04 +0000 (12:40 +0900)
src/php_swfed.h

index 86170e8..09dea99 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.65a" /* Replace with version number for your extention */
+#define PHP_SWFED_VERSION "0.65" /* Replace with version number for your extention */
 
 #ifdef PHP_WIN32
 #define PHP_SWFED_API __declspec(dllexport)