summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-11-13 12:46:30 +0100
committerRemi Collet <remi@php.net>2017-11-13 12:46:30 +0100
commit704bcd385f4dfc28db54aa5d3c46c30ea1107695 (patch)
tree97ac88edf8e87a4096ccbfa4b0ffab499d7411de /main/php_version.h
parent8c73c9a1508ed8df1cbff49ae80cc7ec08cac92c (diff)
downloadphp-git-704bcd385f4dfc28db54aa5d3c46c30ea1107695.tar.gz
next version is 7.2.1
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 62cdcfceda..6aa09d1905 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 0
+#define PHP_RELEASE_VERSION 1
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.0-dev"
-#define PHP_VERSION_ID 70200
+#define PHP_VERSION "7.2.1-dev"
+#define PHP_VERSION_ID 70201