summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-06-09 09:22:32 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-06-09 09:22:32 +0200
commit79937420c78054438876713eae756becf956f389 (patch)
tree79905d8a3f5b4d5b17f605975a363dfcac5ed69c /main/php_version.h
parent3bfa4143a2a878ad27c0a1cbb755418aa9dec42e (diff)
downloadphp-git-79937420c78054438876713eae756becf956f389.tar.gz
Bump version for 7.3.19php-7.3.19PHP-7.3.19
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 5c72d6d210..7628d16d49 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 19
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.19RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.19"
#define PHP_VERSION_ID 70319