diff options
author | Derick Rethans <github@derickrethans.nl> | 2020-10-13 11:19:37 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2020-10-13 11:19:37 +0000 |
commit | 6f2cdb40fa98b5866b6244c5a2bc59214d87dc1d (patch) | |
tree | fc3a3870f129ef7d3adf8ee12b46054f87a83310 /main/php_version.h | |
parent | c73bab3f49f676964acc210d9c977b4b2aac8744 (diff) | |
download | php-git-php-7.4.12RC1.tar.gz |
Update versions for PHP 7.4.12RC1php-7.4.12RC1
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h index 75d1e02d5e..1bc73e7044 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.ac to change version number */ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 4 -#define PHP_RELEASE_VERSION 11 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.4.11-dev" -#define PHP_VERSION_ID 70411 +#define PHP_RELEASE_VERSION 12 +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.4.12RC1" +#define PHP_VERSION_ID 70412 |