diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-05-06 21:58:03 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-05-06 21:58:03 +0000 |
commit | 89e3ac9531099e46c625e5e213dcb5a5480b7170 (patch) | |
tree | 4d7fa65809ec618f5ffa5a9e8d198d024aa18d1b /main/php_version.h | |
parent | 608baa409a04649e96691a93810130361fe3dff5 (diff) | |
download | php-git-89e3ac9531099e46c625e5e213dcb5a5480b7170.tar.gz |
Creation of the 5.2 branch
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 120dcf23d8..40c21ea777 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,7 +1,7 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 -#define PHP_MINOR_VERSION 1 -#define PHP_RELEASE_VERSION 5 +#define PHP_MINOR_VERSION 2 +#define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.1.5-dev" +#define PHP_VERSION "5.2.0-dev" |