From 7825db5de578c41d5d968653ddfb4b822a757407 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Sep 2025 16:02:24 +0200 Subject: update to 8.5.0RC1 bump ABI/API numbers to 20240925 --- php.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index e4bc819..43abd75 100644 --- a/php.spec +++ b/php.spec @@ -23,8 +23,8 @@ %endif # API/ABI check -%global apiver 20240925 -%global zendver 20240925 +%global apiver 20250925 +%global zendver 20250925 %global pdover 20240423 # Adds -z now to the linker flags @@ -101,8 +101,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.0 -%global rcver beta3 -%global lowrc beta3 +%global rcver RC1 +%global lowrc rc1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1657,6 +1657,10 @@ fi %changelog +* Wed Sep 24 2025 Remi Collet - 8.5.0~rc1-1 +- update to 8.5.0RC1 +- bump ABI/API numbers to 20240925 + * Tue Sep 9 2025 Remi Collet - 8.5.0~beta3-1 - update to 8.5.0beta3 -- cgit