diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2020-12-15 12:51:10 +0000 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2020-12-15 12:51:10 +0000 |
commit | 45dd630da2b688dd628f2de99dcfc57d99257861 (patch) | |
tree | 822b1530cf0ab727de9c379965427b5733dcc3b6 /configure.ac | |
parent | 83e42955a3b9f1abac2327b501eac43ddfe244a6 (diff) | |
download | php-git-php-8.0.1RC1.tar.gz |
Update versions for PHP 8.0.1RC1php-8.0.1RC1
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 e07a75d19a..52b3d1c3ea 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.1-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[8.0.1RC1],[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 |