summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-05-28 02:05:50 +0200
committerFerenc Kovacs <tyrael@php.net>2015-05-28 02:05:50 +0200
commit4d8ae36695680b9ca96aeb377c002766c150798e (patch)
tree1249134e4b8c82ce58e0b8244a711922042e6fbf /main
parent1f077cc4f4c0ceef0c86591d4fc4469818adc7d2 (diff)
downloadphp-git-4d8ae36695680b9ca96aeb377c002766c150798e.tar.gz
move to 5.6.11-dev
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 b7774c9c3c..f1e3e0fc7c 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 5
#define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 10
+#define PHP_RELEASE_VERSION 11
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.10-dev"
-#define PHP_VERSION_ID 50610
+#define PHP_VERSION "5.6.11-dev"
+#define PHP_VERSION_ID 50611