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 /main | |
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 'main')
-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 6f2f3c032d..db2f9f7399 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.0-dev" +#define PHP_EXTRA_VERSION "alpha3" +#define PHP_VERSION "7.4.0alpha3" #define PHP_VERSION_ID 70400 |