diff options
author | Christoph M. Becker <cmb@php.net> | 2019-02-19 11:14:39 +0000 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2019-02-19 11:14:39 +0000 |
commit | 08daf96c92f1092fb275d5d26e57e2a61a9cb831 (patch) | |
tree | f25f84a1add1a551acc31cfc4f9b9766d51cd99d /main/php_version.h | |
parent | 3b3fafa637914d59c5588d72ddd0f6016642be0a (diff) | |
download | php-git-php-7.3.3RC1.tar.gz |
Update version for PHP 7.3.3RC1php-7.3.3RC1
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 f1799ea9f9..4baf2d0133 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 3 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.3-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.3.3RC1" #define PHP_VERSION_ID 70303 |