This is an automated email from the ASF dual-hosted git repository. jfthomps pushed a commit to branch vcl-2.5.1-bugfixes in repository https://gitbox.apache.org/repos/asf/vcl.git
commit 329456bf637574508013c4b404f2b63c41a309fc Author: Josh Thompson <[email protected]> AuthorDate: Wed Mar 19 19:49:31 2025 -0400 index.php: updated version number --- web/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.php b/web/index.php index e8a48b84..b3b9882e 100644 --- a/web/index.php +++ b/web/index.php @@ -16,8 +16,8 @@ limitations under the License. */ -# ASF VCL v2.5.1 -$VCLversion = '2.5.1'; +# ASF VCL v2.5.2 +$VCLversion = '2.5.2'; require_once(".ht-inc/conf.php");
