--- embedaddon/php/ext/fileinfo/php_fileinfo.h 2012/02/21 23:47:56 1.1.1.1 +++ embedaddon/php/ext/fileinfo/php_fileinfo.h 2013/07/22 01:31:50 1.1.1.3 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2012 The PHP Group | + | Copyright (c) 1997-2013 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -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.3 2013/07/22 01:31:50 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)