diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-07-07 09:02:09 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-07-07 09:02:09 +0200 |
commit | f1a84334be96b4b440fa9726ae8bb116e509455a (patch) | |
tree | 79cbaa12a2469a1a4b2cf62628d85604f8191596 /main/php_version.h | |
parent | a20c3d4f45a4bcacdf22445455967873b66655e3 (diff) | |
download | php-git-PHP-7.3.20.tar.gz |
Bump version to 7.3.20php-7.3.20PHP-7.3.20
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 8c80a19e31..c1d3f298e4 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 20 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "7.3.20RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.3.20" #define PHP_VERSION_ID 70320 |