diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2019-01-09 09:57:53 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2019-01-09 09:57:53 +0100 |
commit | 05fb10165081cb4fb55a9943b44cab62c627db7a (patch) | |
tree | 25fb7b9e8ed6ff0088bc53f93a11419e97e66eeb /main/php_version.h | |
parent | 9d6c59eeea88a3e9d7039cb4fed5126ef704593a (diff) | |
download | php-git-PHP-5.6.tar.gz |
5.6.41 will be next. not reallyPHP-5.6
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 b607f79515..3b55722517 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 40 +#define PHP_RELEASE_VERSION 41 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.40-dev" -#define PHP_VERSION_ID 50640 +#define PHP_VERSION "5.6.41-dev" +#define PHP_VERSION_ID 50641 |