summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2016-01-21 02:24:05 +0100
committerFerenc Kovacs <tyrael@php.net>2016-01-21 02:24:05 +0100
commitb2d5666d946c6881c1a73810c03fadf2c893c720 (patch)
tree0f58136120c6e47f5bd03cbb1ada4d08827b8441 /main/php_version.h
parent3c8f287d5837f357605184cccd004de017b9f5b4 (diff)
downloadphp-git-php-5.6.18RC1.tar.gz
prepare 5.6.18RC1php-5.6.18RC1
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 8391fdb35e..270bfd0634 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
#define PHP_RELEASE_VERSION 18
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.18-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.18RC1"
#define PHP_VERSION_ID 50618