diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2021-01-19 15:41:50 +0000 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2021-01-19 15:41:50 +0000 |
commit | 7fbc5e64085f52864bb1b62fc6a0be6d1c94d9e1 (patch) | |
tree | a716caed50aa59e10a31f65573314a194e379a7a /configure.ac | |
parent | 5e21867c552a861f3b59593fdb12268f983507de (diff) | |
download | php-git-php-8.0.2RC1.tar.gz |
Update versions for PHP 8.0.2RC1php-8.0.2RC1
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 91e6ce16fe..f5fafc5c8f 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.2-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[8.0.2RC1],[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 |