diff options
author | Derick Rethans <github@derickrethans.nl> | 2019-11-26 20:13:31 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2019-11-26 20:13:31 +0000 |
commit | 3c7824e16ec4c3cee417262445d2c2b66531c10f (patch) | |
tree | 6919ece913f618db01ee76ebe86ae675af3d3808 /main | |
parent | 62f9ce6ca7bc400118821a242add962a5058baa8 (diff) | |
download | php-git-php-7.4.0.tar.gz |
Update versions for PHP 7.4.0php-7.4.0
Diffstat (limited to 'main')
-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 6f2f3c032d..f6052e541e 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 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.0-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.4.0" #define PHP_VERSION_ID 70400 |