diff options
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 aa8b8c237..dfb0a4efa 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 2 -#define PHP_RELEASE_VERSION 6 +#define PHP_RELEASE_VERSION 9 #define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.2.6" -#define PHP_VERSION_ID 50206 +#define PHP_VERSION "5.2.9" +#define PHP_VERSION_ID 50209 |
