From: Yoya Date: Thu, 20 Oct 2016 03:40:04 +0000 (+0900) Subject: update SWFED_VERSION from 0.65a to 0.65 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5addd04a959974fc9713a9078f702f6ee79faf86;p=swfed%2Fswfed.git update SWFED_VERSION from 0.65a to 0.65 --- diff --git a/src/php_swfed.h b/src/php_swfed.h index 86170e8..09dea99 100644 --- a/src/php_swfed.h +++ b/src/php_swfed.h @@ -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)