summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-03-13 12:49:25 +0100
committerRemi Collet <remi@php.net>2018-03-13 12:49:25 +0100
commitd660d6d31bdfa771fea4e2cacb9446ce6602bb61 (patch)
tree98ff7c25388e847c90ecd056f72505d11a141a36 /main/php_version.h
parent5574562f8f9f01d8690887206a21e533939593b6 (diff)
downloadphp-git-d660d6d31bdfa771fea4e2cacb9446ce6602bb61.tar.gz
next is 7.2.5
Diffstat (limited to 'main/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 620e811f39..2255c4fcc9 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 4
+#define PHP_RELEASE_VERSION 5
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.4-dev"
-#define PHP_VERSION_ID 70204
+#define PHP_VERSION "7.2.5-dev"
+#define PHP_VERSION_ID 70205