diff options
author | Christoph M. Becker <cmb@php.net> | 2019-04-02 13:46:13 +0000 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2019-04-02 13:46:13 +0000 |
commit | 5dbc909a12167e8dc27fcdbbac94f5eb5952884d (patch) | |
tree | 048dd7f21e3061a9c24faf842b09a588040f576a /main | |
parent | 45c0cda03078c8d02354cfc042098d482adb0cf4 (diff) | |
download | php-git-PHP-7.3.4.tar.gz |
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 f81d0ce50c..ec843444f3 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 4 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "7.3.4RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.3.4" #define PHP_VERSION_ID 70304 |