summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2013-11-06 13:17:52 +0100
committerFerenc Kovacs <tyra3l@gmail.com>2013-11-06 14:03:24 +0100
commitd17b684b912ca1ec3724883e0edbc6927ab913a9 (patch)
tree019eecf9e172dda1e22fb218bd93772bb58f2236 /main
parent117955daf647dbfa66e5130b9b6dda35e8288785 (diff)
downloadphp-git-d17b684b912ca1ec3724883e0edbc6927ab913a9.tar.gz
bump version, empty NEWS, UPGRADING and UPGRADING.INTERNALS
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 d48bf13c6f..87c2e4ac4d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,8 +1,8 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
-#define PHP_MINOR_VERSION 6
+#define PHP_MINOR_VERSION 7
#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.0-dev"
-#define PHP_VERSION_ID 50600
+#define PHP_VERSION "5.7.0-dev"
+#define PHP_VERSION_ID 50700