diff options
author | Joe Watkins <krakjoe@php.net> | 2017-02-28 09:48:37 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-02-28 09:48:37 +0000 |
commit | a64b17ffde75c3f2d3cb927b476a4b1e4250960a (patch) | |
tree | 12cb2ef8b7b674b7abe95f77d7e4c6d4ffec3c88 /main/php_version.h | |
parent | 52393daa3a89f2e91bd096c300872a1134e03f71 (diff) | |
download | php-git-php-7.1.3RC1.tar.gz |
bump version for RC1php-7.1.3RC1
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 8f6afb8654..c681e7bcc8 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 3 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.1.3-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.1.3RC1" #define PHP_VERSION_ID 70103 |