From f01ec769dec3515fceb0a6b797d07b356d7d8e8d Mon Sep 17 00:00:00 2001 From: andot Date: Sat, 28 Mar 2015 12:03:41 +0800 Subject: [PATCH] Update version number. --- php_xxtea.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_xxtea.h b/php_xxtea.h index 4230214..5660e07 100644 --- a/php_xxtea.h +++ b/php_xxtea.h @@ -25,7 +25,7 @@ extern zend_module_entry xxtea_module_entry; #define PHP_XXTEA_MODULE_NAME "xxtea" #define PHP_XXTEA_BUILD_DATE __DATE__ " " __TIME__ -#define PHP_XXTEA_VERSION "1.0.9" +#define PHP_XXTEA_VERSION "1.0.10" #define PHP_XXTEA_AUTHOR "Ma Bingyao" #define PHP_XXTEA_HOMEPAGE "https://github.com/xxtea/xxtea-pecl"