diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2013-11-06 13:17:52 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2013-11-06 14:03:24 +0100 |
commit | d17b684b912ca1ec3724883e0edbc6927ab913a9 (patch) | |
tree | 019eecf9e172dda1e22fb218bd93772bb58f2236 /main | |
parent | 117955daf647dbfa66e5130b9b6dda35e8288785 (diff) | |
download | php-git-d17b684b912ca1ec3724883e0edbc6927ab913a9.tar.gz |
bump version, empty NEWS, UPGRADING and UPGRADING.INTERNALS
Diffstat (limited to 'main')
-rw-r--r-- | main/php_version.h | 6 |
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 |