diff options
author | Stanislav Malyshev <stas@php.net> | 2015-04-14 00:30:58 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-04-14 00:30:58 -0700 |
commit | e10272c628a1163fb493910bdd1bb47b6c730813 (patch) | |
tree | f49c79c822b080ef91a75b417bd982067c217190 /main | |
parent | d3aeb8a204e1c8c41f455dbde1a7d2ea1cab26af (diff) | |
download | php-git-e10272c628a1163fb493910bdd1bb47b6c730813.tar.gz |
5.4.41 next
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 44f5a70afe..e4ca1a5b6d 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 4 -#define PHP_RELEASE_VERSION 40 +#define PHP_RELEASE_VERSION 41 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.40-dev" -#define PHP_VERSION_ID 50440 +#define PHP_VERSION "5.4.41-dev" +#define PHP_VERSION_ID 50441 |