diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-08-23 22:53:52 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-08-23 22:53:52 +0000 |
commit | 6ed33cd46ddf1bfeaa9209e9da289227a875c4ab (patch) | |
tree | 967d397260ca258a1318367c4d960d3ecb870d1b /main/php_version.h | |
parent | 43a3524f49d1db125f9eb6d38fc6e7aa4314da43 (diff) | |
download | php-git-6ed33cd46ddf1bfeaa9209e9da289227a875c4ab.tar.gz |
Back to dev
Diffstat (limited to 'main/php_version.h')
-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 9a358c2876..a53751cb55 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 4 -#define PHP_EXTRA_VERSION "RC3" -#define PHP_VERSION "5.2.4RC3" +#define PHP_EXTRA_VERSION "RC4-dev" +#define PHP_VERSION "5.2.4RC4-dev" #define PHP_VERSION_ID 50204 |