diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-10-30 23:08:30 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-10-30 23:08:30 +0000 |
| commit | 8045c6bff822d7d72c4cd4526d9a950b7c117470 (patch) | |
| tree | ce1d851c3138837081b61ef823c430c504ad0178 /main | |
| parent | d584c0a6f42b04bdc16650a35e7d004da54eb960 (diff) | |
| download | php-git-8045c6bff822d7d72c4cd4526d9a950b7c117470.tar.gz | |
Back to dev
Diffstat (limited to 'main')
| -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 73c11eac64..7dba35c2c1 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 0 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.2.0" +#define PHP_RELEASE_VERSION 1 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.2.1-dev" #define PHP_VERSION_ID 50200 |
