summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2019-04-02 13:46:13 +0000
committerChristoph M. Becker <cmb@php.net>2019-04-02 13:46:13 +0000
commit5dbc909a12167e8dc27fcdbbac94f5eb5952884d (patch)
tree048dd7f21e3061a9c24faf842b09a588040f576a /main
parent45c0cda03078c8d02354cfc042098d482adb0cf4 (diff)
downloadphp-git-PHP-7.3.4.tar.gz
Update version for PHP 7.3.4php-7.3.4PHP-7.3.4
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 f81d0ce50c..ec843444f3 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 4
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.4RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.4"
#define PHP_VERSION_ID 70304