OSDN Git Service

update SWFED_VERSION from 0.66a to 1.00
authorYoshihiro Yamazaki <yoya@awm.jp>
Tue, 22 Dec 2020 14:51:22 +0000 (23:51 +0900)
committerYoshihiro Yamazaki <yoya@awm.jp>
Tue, 22 Dec 2020 14:51:22 +0000 (23:51 +0900)
src/php_swfed.h

index fa4e8fb..5cb4e50 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.66a" /* Replace with version number for your extention */
+#define PHP_SWFED_VERSION "1.00" /* Replace with version number for your extention */
 
 #ifdef PHP_WIN32
 #define PHP_SWFED_API __declspec(dllexport)