diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-03-03 10:40:31 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-03-03 10:40:31 +0100 |
commit | f5939563f6caac9827a0412560ab808e3130d195 (patch) | |
tree | 1cbc70566897611da25faac10476f43d0b6c44ff /main/php_version.h | |
parent | f15ab32af8436f9cbb6c5751f884f25289a13a36 (diff) | |
download | php-git-php-7.3.16RC1.tar.gz |
Bump versionphp-7.3.16RC1
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 83cfdacd7c..7feaed927f 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 16 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.16-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.3.16RC1" #define PHP_VERSION_ID 70316 |