diff options
author | Joe Watkins <krakjoe@php.net> | 2018-06-07 08:20:48 +0200 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2018-06-07 08:20:48 +0200 |
commit | e73cc6b2c25f2424d880483374876a6278775482 (patch) | |
tree | 4a5c26a33389ca28938c08122a0e2d7c304c99ea /main/php_version.h | |
parent | f96df64cb2219fda42ca875483f874cf3052647c (diff) | |
download | php-git-php-7.1.19RC1.tar.gz |
set versionsphp-7.1.19RC1
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 6cf2b41e17..b2bd65c898 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 1 -#define PHP_RELEASE_VERSION 18 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.1.18-dev" -#define PHP_VERSION_ID 70118 +#define PHP_RELEASE_VERSION 19 +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.1.19RC1" +#define PHP_VERSION_ID 70119 |