diff options
author | Derick Rethans <github@derickrethans.nl> | 2020-02-18 11:52:59 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2020-02-18 11:52:59 +0000 |
commit | 1bc56dbdba68f3729639db584a7d23c710f4b24a (patch) | |
tree | f4005880cb3c3ff570f7610b7b39184430cfee8a /main/php_version.h | |
parent | 9d63514d3574ed3b526358a6690aff56d27274b3 (diff) | |
download | php-git-php-7.4.3.tar.gz |
Update versions for PHP 7.4.3php-7.4.3
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 27e342e367..7acfc61812 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 3 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.3-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.4.3" #define PHP_VERSION_ID 70403 |