diff options
author | Christoph M. Becker <cmb@php.net> | 2019-02-05 12:33:48 +0000 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2019-02-05 12:33:48 +0000 |
commit | 3fa88e0ce0ffd9f63672afe114158a07a0204e21 (patch) | |
tree | 78a4fab80384c75a55662107c9e86a7e692fadc8 /main/php_version.h | |
parent | 80b17a73ae2e203f26bb3f0da423508596d71f1f (diff) | |
download | php-git-php-7.3.2.tar.gz |
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 267876b85d..693e5d1c7f 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 2 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "7.3.2RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.3.2" #define PHP_VERSION_ID 70302 |