diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2020-07-21 08:44:01 +0000 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2020-07-21 08:44:01 +0000 |
commit | 57e16009fe3c6789fe5579f29289065eb648feb4 (patch) | |
tree | 3d486630e15b5a277568ebad2cc26e46ab8deb08 /main/php_version.h | |
parent | 9329e70460006f4d837a25d5e1b949617c0eb896 (diff) | |
download | php-git-php-8.0.0alpha3.tar.gz |
Update versions for PHP 8.0.0alpha3php-8.0.0alpha3
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index 24765617cb..9aa8df8380 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 8 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.0.0-dev" +#define PHP_EXTRA_VERSION "alpha3" +#define PHP_VERSION "8.0.0alpha3" #define PHP_VERSION_ID 80000 |