From c8f08d19848d345dff40737d76105b6431505469 Mon Sep 17 00:00:00 2001 From: del Date: Sun, 1 Dec 2019 12:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=20=E5=B0=81=E5=AD=98=E5=8E=86=E5=8F=B2=E7=89=88=E6=9C=AC=20add?= =?UTF-8?q?=20version=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php_screw_plus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/php_screw_plus.c b/php_screw_plus.c index bb3c6c2..e01aaa2 100644 --- a/php_screw_plus.c +++ b/php_screw_plus.c @@ -133,6 +133,7 @@ PHP_MINFO_FUNCTION(php_screw_plus) { php_info_print_table_start(); php_info_print_table_header(2, "php_screw_plus support", "enabled"); + php_info_print_table_header(2, "php_screw_plus version", "0.11"); php_info_print_table_end(); }