From c0748c785619e6a1180c3c7b9c50a6831bc8a12f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 15 May 2011 20:07:33 +0000 Subject: [PATCH] - version --- main/php_version.h | 8 ++++---- 1 file 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 -- 2.50.1