From 59a91a47c783b72aa3119070f5a23e783de809a4 Mon Sep 17 00:00:00 2001 From: Saki Takamachi Date: Thu, 1 Aug 2024 09:50:38 +0900 Subject: [PATCH] Update versions for PHP 8.4.0alpha4 --- configure.ac | 2 +- main/php_version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5422e98f995b3..237df64b93c9d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice. dnl ---------------------------------------------------------------------------- AC_PREREQ([2.68]) -AC_INIT([PHP],[8.4.0-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) +AC_INIT([PHP],[8.4.0alpha4],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) AC_CONFIG_SRCDIR([main/php_version.h]) AC_CONFIG_AUX_DIR([build]) AC_PRESERVE_HELP_ORDER diff --git a/main/php_version.h b/main/php_version.h index 1cbfc9afcada9..29a474f142fbc 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 8 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.4.0-dev" +#define PHP_EXTRA_VERSION "alpha4" +#define PHP_VERSION "8.4.0alpha4" #define PHP_VERSION_ID 80400