diff options
author | David Soria Parra <dsp@php.net> | 2012-05-03 18:58:52 +0200 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2012-05-03 19:10:43 +0200 |
commit | 32246bf50749709a9f99feda09088181598e5121 (patch) | |
tree | 7b2ae1b0808365928f0a7236ec79f097b9c9e22b /main/php_version.h | |
parent | 55869a95ab75c0eb99c57201bfeccaef57e0d36d (diff) | |
download | php-git-PHP-5.4.2.tar.gz |
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 585c84ed7d..e609c7ac01 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 1 +#define PHP_RELEASE_VERSION 2 #define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.4.1" -#define PHP_VERSION_ID 50401 +#define PHP_VERSION "5.4.2" +#define PHP_VERSION_ID 50402 |