diff options
author | Pierre Joye <pajoye@php.net> | 2011-05-15 20:07:33 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-05-15 20:07:33 +0000 |
commit | c0748c785619e6a1180c3c7b9c50a6831bc8a12f (patch) | |
tree | 43829e28117ea373aaf58ea4f03a97d0159346cd /main/php_version.h | |
parent | 6f9d0a25fdf5df9f882e3704d3e97cc0a0cca828 (diff) | |
download | php-git-c0748c785619e6a1180c3c7b9c50a6831bc8a12f.tar.gz |
- version
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h index bfa499ac7f..e7ee2f5650 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,8 +1,8 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 -#define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 99 +#define PHP_MINOR_VERSION 4 +#define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.99-dev" -#define PHP_VERSION_ID 50399 +#define PHP_VERSION "5.4.0-dev" +#define PHP_VERSION_ID 50400 |