diff options
author | Anatol Belski <ab@php.net> | 2016-09-27 12:38:38 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-09-27 12:38:38 +0200 |
commit | fcc232173eec049649645247312637b2093a7385 (patch) | |
tree | 48c6843d272073fab75589c0c574135e624297af /main/php_version.h | |
parent | 6887c4a06146252c156bcd270828774ed97b5b9f (diff) | |
download | php-git-php-7.0.12RC1.tar.gz |
set versionsphp-7.0.12RC1
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 2b2c7ab4f6..7b70248714 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 12 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.0.12-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "7.0.12RC1" #define PHP_VERSION_ID 70012 |