diff options
author | Derick Rethans <github@derickrethans.nl> | 2019-10-29 08:49:13 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2019-10-29 08:49:13 +0000 |
commit | 437ee688477b675a2345fb37d0b6c904b1f81a17 (patch) | |
tree | 78285a7152b583e151e1cfcc70a84ab3bcfc4cf3 /main | |
parent | 6d8168f1d1b69809048f9337403d4f99708c56f1 (diff) | |
download | php-git-php-7.4.0RC5.tar.gz |
Update versions for PHP 7.4.0RC5php-7.4.0RC5
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..369782afaa 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 "RC5" +#define PHP_VERSION "7.4.0RC5" #define PHP_VERSION_ID 70400 |