diff options
author | Derick Rethans <github@derickrethans.nl> | 2020-01-07 08:29:39 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2020-01-07 08:29:39 +0000 |
commit | 470dc9aba32519c01270c7a376f96d99ce61d1f9 (patch) | |
tree | 2fe0a6a9a6b85e89e4e58c627af3093d766fd3ec /main/php_version.h | |
parent | 75a5a081619674c48190eff297ea037de96975a3 (diff) | |
download | php-git-php-7.4.2RC1.tar.gz |
Update versions for PHP 7.4.2RC1php-7.4.2RC1
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 0eada26e63..8006899abe 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 2 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.2-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.4.2RC1" #define PHP_VERSION_ID 70402 |