summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-06-20 12:27:04 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-06-20 12:27:04 +0200
commitd428155055a86e24616ff2daf46f22842b043360 (patch)
tree18ddbe66f67ef0d33add13cbf41c02d9322f55d4 /main/php_version.h
parent0e7490f49e2d1a55f86927cdf5818cacea4e220b (diff)
downloadphp-git-php-7.3.7RC3.tar.gz
Prepare for PHP 7.3.7RC3php-7.3.7RC3
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 27dbe27448..2ff950c357 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 7
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "7.3.7RC2"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "7.3.7RC3"
#define PHP_VERSION_ID 70307