summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-22 09:15:41 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-22 09:15:41 +0200
commit335008f6b2040e34cc3253b83e4a6377a95d6e6c (patch)
tree271cd9af26041a149cca0be7c05145b5b3257a58 /main
parent126018250ecb53e5126c67175fd5077ff03e8022 (diff)
downloadphp-git-php-7.3.11.tar.gz
Prepare PHP 7.3.11php-7.3.11PHP-7.3.11
Diffstat (limited to 'main')
-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 5788ae51b9..dd544d25df 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 11
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.11RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.11"
#define PHP_VERSION_ID 70311