From 2dd6ec07d1e098e109412c1cc3099f52a1b17b88 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 11 May 2019 04:43:40 +0200 Subject: [PATCH] Simplify LiteSpeed SAPI module version This patch syncs versioning of the LiteSpeed SAPI module by making it in sync with the rest of the bundled PHP extensions and SAPIs. Closes #4145 --- sapi/litespeed/lsapi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/litespeed/lsapi_main.c b/sapi/litespeed/lsapi_main.c index a0efa95a4f..991631081e 100644 --- a/sapi/litespeed/lsapi_main.c +++ b/sapi/litespeed/lsapi_main.c @@ -448,7 +448,7 @@ static int sapi_lsapi_activate() static sapi_module_struct lsapi_sapi_module = { "litespeed", - "LiteSpeed V7.3.2", + "LiteSpeed", php_lsapi_startup, /* startup */ php_module_shutdown_wrapper, /* shutdown */ -- 2.40.0