diff options
author | Derick Rethans <github@derickrethans.nl> | 2021-03-16 09:35:47 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2021-03-16 09:35:47 +0000 |
commit | 03e860e11c70c01801e600ac8f4e87b89d2a86f7 (patch) | |
tree | 718cd526d49addab0bd17754d7bc6e71e2508a63 /main/php_version.h | |
parent | 4c767029868b8601a9414c9ea2b2849b6198f100 (diff) | |
download | php-git-php-7.4.17RC1.tar.gz |
Update versions for PHP 7.4.17RC1php-7.4.17RC1
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 75915799e5..2270f5c57b 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 17 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.17-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.4.17RC1" #define PHP_VERSION_ID 70417 |