summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-06-11 12:18:43 +0200
committerRemi Collet <remi@php.net>2019-06-11 12:20:26 +0200
commitfeb92adc5c5a1526f34894b1db676f1191c1a238 (patch)
treec8a76b292c699823f1b0f8b4c9ce0ab3c5aa65ce /main
parentf3ff72e54b2f6c2fa1ac924ad95455a5309099d5 (diff)
downloadphp-git-feb92adc5c5a1526f34894b1db676f1191c1a238.tar.gz
next is 7.2.21
Diffstat (limited to 'main')
-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 ba544449a0..c4e3b305bb 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 20
+#define PHP_RELEASE_VERSION 21
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.20-dev"
-#define PHP_VERSION_ID 70220
+#define PHP_VERSION "7.2.21-dev"
+#define PHP_VERSION_ID 70221