diff options
author | Anatol Belski <ab@php.net> | 2015-12-22 10:48:32 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-12-22 10:48:32 +0100 |
commit | 84530360a0a1c73429ba1b85a6baeb72015cecfc (patch) | |
tree | b7e9ab71b3bf583b25dbd2eefe24880f0e0e4ca5 /main/php_version.h | |
parent | d63ae2c3822f43567aa5e40f3067183001900c39 (diff) | |
download | php-git-84530360a0a1c73429ba1b85a6baeb72015cecfc.tar.gz |
7.0.3 next
Diffstat (limited to 'main/php_version.h')
-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 e41ced5e84..a6ef573983 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 7 #define PHP_MINOR_VERSION 0 -#define PHP_RELEASE_VERSION 2 +#define PHP_RELEASE_VERSION 3 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.0.2-dev" -#define PHP_VERSION_ID 70002 +#define PHP_VERSION "7.0.3-dev" +#define PHP_VERSION_ID 70003 |