summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-02-11 16:23:19 +0100
committerAnatol Belski <ab@php.net>2016-02-11 16:23:19 +0100
commit95a47ab556a2014b6aad193dd881cc0f35f0e9c8 (patch)
tree40e40fdce0909015f56f0e09ecdd62080b19fb73
parent1a01a5ec83394fa8375d70075eeaf496078e3e11 (diff)
downloadphp-git-95a47ab556a2014b6aad193dd881cc0f35f0e9c8.tar.gz
fix version header
-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 d48ab24141..4096d9d50c 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 0
+#define PHP_RELEASE_VERSION 4
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.0-dev"
-#define PHP_VERSION_ID 70000
+#define PHP_VERSION "7.0.4-dev"
+#define PHP_VERSION_ID 70004