diff options
author | Derick Rethans <github@derickrethans.nl> | 2020-04-14 12:54:28 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2020-04-14 12:54:28 +0000 |
commit | ab4d1893fa762f1d73601de2644963a7501b1c95 (patch) | |
tree | 11ce2ea09e589ba14fe1263ca3c21058ae3f3f6e /main/php_version.h | |
parent | 787a1730640a8a971ce46b2269a1a88376d61c74 (diff) | |
download | php-git-php-7.4.5.tar.gz |
Update versions for PHP 7.4.5php-7.4.5
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 78a44f7cf3..484514a3d8 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 5 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.5-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.4.5" #define PHP_VERSION_ID 70405 |