summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2018-08-01 16:16:02 +0200
committerJoe Watkins <krakjoe@php.net>2018-08-01 16:16:02 +0200
commit6acee09f40fd16320ccadc0f662033ddff75d053 (patch)
tree10466cb412beabfce3272e094298ff2c9093a90b
parent1891246c6637119e7ff5ab0d9826cf8f19223dac (diff)
downloadphp-git-php-7.1.21RC1.tar.gz
fix versionphp-7.1.21RC1
-rw-r--r--main/php_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_version.h b/main/php_version.h
index c2803f0f47..7587c42b60 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -4,5 +4,5 @@
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 21
#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.1.20RC1"
+#define PHP_VERSION "7.1.21RC1"
#define PHP_VERSION_ID 70121