diff options
author | Sara Golemon <pollita@php.net> | 2018-11-21 18:34:53 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2018-11-21 18:34:53 +0000 |
commit | 7e01a82e3ed6c3cb634d3226f5f516ec608e682c (patch) | |
tree | 7832790534e0729e0032e88bce7680606fda0ca0 /main/php_version.h | |
parent | b1757924de5145ce638fa38b57051c6b8e1e030d (diff) | |
download | php-git-php-7.1.25RC1.tar.gz |
Update versions for PHP 7.1.25RC1php-7.1.25RC1
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 2a11270320..ac156735fa 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 25 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.1.25-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.1.25RC1" #define PHP_VERSION_ID 70125 |