summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-05-08 19:17:29 +0000
committerSara Golemon <pollita@php.net>2018-05-08 19:17:29 +0000
commitdcff523e06ed6a11c9c7009dbfd4e3583a6c4043 (patch)
treec1881ac29ed17ee933c5472d7656417bc0dec9b2 /main/php_version.h
parent51ae20e829978c7188f3b86d76681192d0075090 (diff)
downloadphp-git-php-7.2.6RC1.tar.gz
Update versions for PHP 7.2.6RC1php-7.2.6RC1
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 61ac913dc1..14bdbbcdd3 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.6-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.2.6RC1"
#define PHP_VERSION_ID 70206