diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2021-01-05 13:50:36 +0000 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2021-01-05 13:50:36 +0000 |
commit | 94d96b3c979a60e47abe209506c3947a16abff40 (patch) | |
tree | c3d64a73690b31c57f6f290a87e025cfb3b655e1 /configure.ac | |
parent | 701e4232887ac151e4e37122df28033bab099a84 (diff) | |
download | php-git-php-8.0.1.tar.gz |
Update versions for PHP 8.0.1php-8.0.1
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..263813f14f 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.1],[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 |