diff options
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 e66cf5e9ad..f3cd495eaf 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 8 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "7.3.8RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.3.8" #define PHP_VERSION_ID 70308 |