summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-05-12 08:56:24 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-05-12 08:56:24 +0200
commit47a2da69519b9ed2c10c679edbc4f559d2409f4c (patch)
treea6398115ec452894ebbbfb1c9fb43753f46cc2c2 /main/php_version.h
parentcb265a0addf15c5cf0c029f167a9de030150cf15 (diff)
downloadphp-git-47a2da69519b9ed2c10c679edbc4f559d2409f4c.tar.gz
Bump version
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 73633552e4..527a7ee22b 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 18
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.3.18RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.3.18"
#define PHP_VERSION_ID 70318