diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2021-02-02 19:24:50 +0000 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2021-02-02 19:24:50 +0000 |
commit | a66aeecc2c0adc32ea0bbaa6e669b92f2deaa939 (patch) | |
tree | 52b5435dedcee8598b16090c6ee079bbe730195b /configure.ac | |
parent | 3424432ec93e48c0cbcf42b19a668c5a905c0e1f (diff) | |
download | php-git-php-8.0.2.tar.gz |
Update versions for PHP 8.0.2php-8.0.2
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..6d45a09b24 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.2],[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 |