diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2008-03-27 22:53:49 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2008-03-27 22:53:49 +0000 |
| commit | dd040e75c36e8ca0285d12aa260832cfa0ed80fb (patch) | |
| tree | b0acc5bc4b3328c7846ddc8e31331dcd14821cf4 /main | |
| parent | 1de0c2f27c6cc79f00e74bd6132086e0fbdcc5f6 (diff) | |
| download | php-git-dd040e75c36e8ca0285d12aa260832cfa0ed80fb.tar.gz | |
Back to dev
Diffstat (limited to 'main')
| -rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index 18f972f1d6..c44134cfbd 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 6 -#define PHP_EXTRA_VERSION "RC3" -#define PHP_VERSION "5.2.6RC3" +#define PHP_EXTRA_VERSION "RC4-dev" +#define PHP_VERSION "5.2.6RC4-dev" #define PHP_VERSION_ID 50206 |
