diff options
author | Christoph M. Becker <cmb@php.net> | 2018-10-09 09:22:24 +0000 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2018-10-09 09:22:24 +0000 |
commit | c0efac6d906a19199376c9c5c7e37522784e2f8f (patch) | |
tree | f3225132eb4f12d871db0cc82d5bc298d34f80ed /main/php_version.h | |
parent | 44d2c8c6ddb91663d2f84d621fde71eb3455d422 (diff) | |
download | php-git-php-7.3.0RC3.tar.gz |
Update versions for PHP 7.3.0RC3php-7.3.0RC3
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 e81c515249..8f127589c2 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 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.0-dev" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "7.3.0RC3" #define PHP_VERSION_ID 70300 |