diff options
author | Anatol Belski <ab@php.net> | 2017-12-05 08:46:19 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-12-05 08:46:19 +0100 |
commit | 0e833f5c8479a16064ce2f32dc11f7dfcaa90717 (patch) | |
tree | 0ca447cda30a909286bf8e06b896ad072574edd3 /main/php_version.h | |
parent | dab205cb9a411dec870c57d17355a0e1a3cb04db (diff) | |
download | php-git-php-7.0.27RC1.tar.gz |
Set versionsphp-7.0.27RC1
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 e4c3b197d7..dc89cdcb40 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 27 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.0.27-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.0.27RC1" #define PHP_VERSION_ID 70027 |