From 3edd1087c70bee2ec21f0fbec1a575d78a500f15 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 17 Aug 2021 09:22:34 -0500 Subject: [PATCH] Update versions for PHP 8.1.0beta3 --- NEWS | 2 +- configure.ac | 2 +- main/php_version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index d0e7b815108a2..d42a75d0c938f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.1.0beta3 +19 Aug 2021, PHP 8.1.0beta3 - Core: . Fixed bug #81342 (New ampersand token parsing depends on new line after it). diff --git a/configure.ac b/configure.ac index c9a29f0e82f4e..4ac2455867d1b 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.1.0-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[8.1.0beta3],[https://bugs.php.net],[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 66d4367856e5a..97f243e739856 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 8 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.1.0-dev" +#define PHP_EXTRA_VERSION "beta3" +#define PHP_VERSION "8.1.0beta3" #define PHP_VERSION_ID 80100