summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-08-04 09:10:53 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-08-04 09:10:53 +0200
commit2b5ec153e4642b24cc999b0f7daa24096ebb191d (patch)
treefc60e342516a6570d50a1939a1e03d85d84f85a9 /main/php_version.h
parent09171dc1d73a4239192cf6b80e66bfc055841dda (diff)
downloadphp-git-PHP-7.3.21.tar.gz
Prepare for 7.3.21php-7.3.21PHP-7.3.21
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 05e7caad92..a9c2099e63 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 21
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.21RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.21"
#define PHP_VERSION_ID 70321