summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-02 11:00:54 +0200
committerAnatol Belski <ab@php.net>2016-08-02 11:01:57 +0200
commit845f66ba64c8a51f5764df64ac99c9fc89efce3c (patch)
tree3d5ea8b48fed83ed472451b622d226bb535bd3f5 /main/php_version.h
parent5047a119b09dd4d4e0b88a6bee4e1b7f0479fedc (diff)
downloadphp-git-845f66ba64c8a51f5764df64ac99c9fc89efce3c.tar.gz
increase versions for 7.2
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 4714e5dc4b..ec508e8c24 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,8 +1,8 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 7
-#define PHP_MINOR_VERSION 1
+#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.1.0-dev"
-#define PHP_VERSION_ID 70100
+#define PHP_VERSION_ID 70200