diff options
author | Derick Rethans <github@derickrethans.nl> | 2019-07-09 07:39:50 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2019-07-09 07:39:50 +0000 |
commit | a51e1116a8986c82f7ff91d3ecc196b8d00897a3 (patch) | |
tree | 1f2e7baf21bfd2b97235045c144934a13dac2e52 /configure.ac | |
parent | 3fd7c478a5c83f6c596c70d001cd0c68d7fbe779 (diff) | |
download | php-git-php-7.4.0alpha3.tar.gz |
Update versions for PHP 7.4.0alpha3php-7.4.0alpha3
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 4ebb320c3d..8ceb51a91b 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],[7.4.0-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[7.4.0alpha3],[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 |