summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-05-09 13:26:19 +0100
committerJoe Watkins <krakjoe@php.net>2017-05-09 13:27:36 +0100
commit5d08c710749096291e294afd641e4429760c6c6e (patch)
treef3147a4f09af2341538ca0647773e6235c3d82f1 /main/php_version.h
parentee9650c3d2b0ccc9bdeec3de33ad1950b8362005 (diff)
downloadphp-git-PHP-7.1.5.tar.gz
set versionsphp-7.1.5PHP-7.1.5
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 2ff9e16f3a..da9b1e2135 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 5
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.1.5RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.5"
#define PHP_VERSION_ID 70105