summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-03-28 15:24:25 +0100
committerJoe Watkins <krakjoe@php.net>2017-03-28 15:24:25 +0100
commit7335437a836cad5121c5e50f4b22c1b10522856f (patch)
tree2c5407d0f147b4a2d6e90f24ff81d7c6d14b72f1 /main/php_version.h
parent2a5e631e31365f9ba281eb14fc1335f5f07dc481 (diff)
downloadphp-git-php-7.1.4RC1.tar.gz
set versionsphp-7.1.4RC1
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 3a79402336..3096ea8a41 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.4-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.1.4RC1"
#define PHP_VERSION_ID 70104