diff options
author | Derick Rethans <github@derickrethans.nl> | 2020-06-09 10:57:09 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2020-06-09 10:57:09 +0000 |
commit | d5eaf099a07cacd49ccca1bd5160744b937e8d92 (patch) | |
tree | dffa20b5c3f4943fd14575e0f0dedc2a81a10357 /main/php_version.h | |
parent | a56b38d0fbb589efce57dda6dbe3188ebabb628f (diff) | |
download | php-git-php-7.4.7.tar.gz |
Update versions for PHP 7.4.7php-7.4.7
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 9924d06d19..6c355156ea 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 7 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.7-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.4.7" #define PHP_VERSION_ID 70407 |