summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2021-02-17 15:24:36 +0000
committerSara Golemon <pollita@php.net>2021-02-17 15:24:43 +0000
commit8c6db654e7109a7219f209cf38c55d16f6db5e18 (patch)
tree2240f06b2690a5cad12d2ce9363c492977ec6a4f /main
parent7f68a7afe625ffdc485a05d417197bc30cbb1513 (diff)
downloadphp-git-8c6db654e7109a7219f209cf38c55d16f6db5e18.tar.gz
Prep for 8.0.4
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h
index d091796a04..dd8b4b7b0b 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 8
#define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 3
+#define PHP_RELEASE_VERSION 4
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.0.3-dev"
-#define PHP_VERSION_ID 80003
+#define PHP_VERSION "8.0.4-dev"
+#define PHP_VERSION_ID 80004