diff options
author | Stanislav Malyshev <stas@php.net> | 2015-02-17 07:34:00 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-02-17 07:34:00 +0100 |
commit | 24f8a68d0a82903dfc5c1c787c0c4d15819f2305 (patch) | |
tree | ea0af7adaeba5735443a46a9cf1466e53f39b961 /main | |
parent | bdfe457a2c1b47209e32783b3a6447e81baf179a (diff) | |
download | php-git-24f8a68d0a82903dfc5c1c787c0c4d15819f2305.tar.gz |
5.4.39 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 34e91ea672..46f681765e 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 38 +#define PHP_RELEASE_VERSION 39 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.38-dev" -#define PHP_VERSION_ID 50438 +#define PHP_VERSION "5.4.39-dev" +#define PHP_VERSION_ID 50439 |