summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-02 11:06:33 +0200
committerAnatol Belski <ab@php.net>2016-08-02 11:06:33 +0200
commit9f14920725504d737930b96d1a1b4b01fba17a2c (patch)
tree00ac6ddc3379790f182b2de1152952bd973e688d
parent753e6eacd5686be88e9ae96c275d5dfeb0a67e97 (diff)
downloadphp-git-9f14920725504d737930b96d1a1b4b01fba17a2c.tar.gz
fix php_version.h
-rw-r--r--main/php_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 00021c119b..b69e1adada 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 0
-#define PHP_RELEASE_VERSION 7
+#define PHP_RELEASE_VERSION 10
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.7-dev"
-#define PHP_VERSION_ID 70007
+#define PHP_VERSION "7.0.10-dev"
+#define PHP_VERSION_ID 70010