diff options
author | Sara Golemon <pollita@php.net> | 2021-02-17 15:12:33 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2021-02-17 15:12:33 +0000 |
commit | 3eaa86bbd7ceda8fef839e8ad7125d09934f08e2 (patch) | |
tree | 3a2709caad8108063ed8d39e4f7b6d1f006a859c /configure.ac | |
parent | bb858252ac15013dda367f2815424e3907b1a972 (diff) | |
download | php-git-php-8.0.3RC1.tar.gz |
Update versions for PHP 8.0.3RC1php-8.0.3RC1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 65f1c92114..fcd669c9a9 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.0.3-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[8.0.3RC1],[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 |