summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-04-30 10:05:51 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-04-30 10:05:51 +0200
commit2c882aa43cdbc36540be13faed178b03e112a8ec (patch)
treeab55c261a4a2f1d994fefc87484c755d7010dc14 /main/php_version.h
parent71056c28175fae03e522426ec9ad9af097d9bcf0 (diff)
downloadphp-git-PHP-7.3.5.tar.gz
Update version for PHP 7.3.5php-7.3.5PHP-7.3.5
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 ab47bc65fc..926827ba3c 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 5
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.5RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.5"
#define PHP_VERSION_ID 70305