diff options
author | Anatol Belski <ab@php.net> | 2017-03-14 11:12:15 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-03-14 11:12:15 +0100 |
commit | 89a97812aaa7abee8855f8a67c0411d9a0380766 (patch) | |
tree | 7f89ca26e894a1907a5d7f95f8b6ad628ae43265 /main | |
parent | 387ea8b983373c2bb4a28ac1336a687ee57fd4d8 (diff) | |
download | php-git-PHP-7.0.17.tar.gz |
set versionsphp-7.0.17PHP-7.0.17
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 47dafe062c..2dea2d207e 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 17 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "7.0.17RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.0.17" #define PHP_VERSION_ID 70017 |