summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-04-11 16:34:07 +0100
committerJoe Watkins <krakjoe@php.net>2017-04-11 16:34:07 +0100
commit1f68c9d76498819fc504bda226dd034491f73ed3 (patch)
treeef9b68e00409b850476a742d7f046293d920373f /main/php_version.h
parenta99cddf1c6cf1b60dd830edbe322b7b692bfd758 (diff)
downloadphp-git-php-7.1.4.tar.gz
set versionsphp-7.1.4
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 3096ea8a41..a4b2d7bb67 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 "RC1"
-#define PHP_VERSION "7.1.4RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.4"
#define PHP_VERSION_ID 70104