--- embedaddon/php/ext/fileinfo/php_fileinfo.h 2012/02/21 23:47:56 1.1.1.1 +++ embedaddon/php/ext/fileinfo/php_fileinfo.h 2012/05/29 12:34:39 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_fileinfo.h,v 1.1.1.1 2012/02/21 23:47:56 misho Exp $ */ +/* $Id: php_fileinfo.h,v 1.1.1.2 2012/05/29 12:34:39 misho Exp $ */ #ifndef PHP_FILEINFO_H #define PHP_FILEINFO_H @@ -24,7 +24,7 @@ extern zend_module_entry fileinfo_module_entry; #define phpext_fileinfo_ptr &fileinfo_module_entry -#define PHP_FILEINFO_VERSION "1.0.5-dev" +#define PHP_FILEINFO_VERSION "1.0.5" #ifdef PHP_WIN32 #define PHP_FILEINFO_API __declspec(dllexport)