diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2021-03-16 15:02:25 +0000 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2021-03-16 15:02:25 +0000 |
commit | be19b80e0b94bd5e317bf4985a3542ac32b13452 (patch) | |
tree | ac48fb4037d8402bef4eee59cb843a0e88c27f95 /main | |
parent | 33d1be9655c113cc637b382a993d448701e15675 (diff) | |
download | php-git-php-8.0.4RC1.tar.gz |
Update versions for PHP 8.0.4RC1php-8.0.4RC1
Diffstat (limited to 'main')
-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 dd8b4b7b0b..5c216f815e 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 8 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 4 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.0.4-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "8.0.4RC1" #define PHP_VERSION_ID 80004 |