diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-26 10:44:14 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-26 10:44:14 +0200 |
commit | 3bfa4143a2a878ad27c0a1cbb755418aa9dec42e (patch) | |
tree | 2d8a9f38929ddb02736339d467e4134a39e51bd1 /main/php_version.h | |
parent | d4bd6fb491ccaf70006d6f671755126b47a71bcb (diff) | |
download | php-git-php-7.3.19RC1.tar.gz |
Bump version numbersphp-7.3.19RC1
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 5b05729262..5c72d6d210 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 19 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.19-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.3.19RC1" #define PHP_VERSION_ID 70319 |