summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-08-18 08:06:20 +0100
committerDerick Rethans <github@derickrethans.nl>2020-08-18 08:06:20 +0100
commit499bf91cd0af7e2a283f89d15604478b111af955 (patch)
treed876c6fae0bb5d738243c7c5af6da4d11c03e86d /main/php_version.h
parent3e8172d27bd8ae0b63925a592de7d9f339b56139 (diff)
downloadphp-git-499bf91cd0af7e2a283f89d15604478b111af955.tar.gz
Prepare for 7.4.11
Diffstat (limited to 'main/php_version.h')
-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 0c0ffba6a0..75d1e02d5e 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 7
#define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 10
+#define PHP_RELEASE_VERSION 11
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.10-dev"
-#define PHP_VERSION_ID 70410
+#define PHP_VERSION "7.4.11-dev"
+#define PHP_VERSION_ID 70411