summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2019-09-05 09:54:43 -0700
committerStanislav Malyshev <stas@php.net>2019-09-05 09:54:43 -0700
commit60cfa5781a965168e2e03d5f3f6521587cd93d45 (patch)
treed1c2cf96080e567aa31e0ff30c2faf47f95b94b0
parentb90cd91eba12b99ec095b4e315b6baafdfa2ea21 (diff)
downloadphp-git-60cfa5781a965168e2e03d5f3f6521587cd93d45.tar.gz
fix version
-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 0f5cce4a4f..3d906bebba 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 3
-#define PHP_RELEASE_VERSION 8
+#define PHP_RELEASE_VERSION 11
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.8-dev"
-#define PHP_VERSION_ID 70308
+#define PHP_VERSION "7.3.11-dev"
+#define PHP_VERSION_ID 70311