From 4838d14c543cd1eb9a6de3eab696805098cabe4e Mon Sep 17 00:00:00 2001 From: Go Kudo Date: Fri, 13 Sep 2024 10:57:16 +0900 Subject: [PATCH] prepare 1.1.2 --- ext/php_colopl_timeshifter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/php_colopl_timeshifter.h b/ext/php_colopl_timeshifter.h index 1ba11a9..9c62979 100644 --- a/ext/php_colopl_timeshifter.h +++ b/ext/php_colopl_timeshifter.h @@ -29,7 +29,7 @@ bool get_is_hooked(); extern zend_module_entry colopl_timeshifter_module_entry; # define phpext_colopl_timeshifter_ptr &colopl_timeshifter_module_entry -# define PHP_COLOPL_TIMESHIFTER_VERSION "1.1.2dev" +# define PHP_COLOPL_TIMESHIFTER_VERSION "1.1.2" ZEND_BEGIN_MODULE_GLOBALS(colopl_timeshifter) struct pdo_dbh_methods hooked_mysql_driver_methods;