summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-05-23 22:04:01 +0100
committerJoe Watkins <krakjoe@php.net>2017-05-23 22:04:01 +0100
commite535b80257b2ef3a515d0833a40e96788ba830e2 (patch)
tree8002813ab48d4facb8f42c5ab7029460e928dcee /main
parent056cb8c25651c976fa545a43fc2b1ea3fa6802d6 (diff)
downloadphp-git-e535b80257b2ef3a515d0833a40e96788ba830e2.tar.gz
bump versions
Diffstat (limited to 'main')
-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 471f9f1752..092d6a2f34 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 6
+#define PHP_RELEASE_VERSION 7
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.1.6-dev"
-#define PHP_VERSION_ID 70106
+#define PHP_VERSION_ID 70107