diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-08-17 14:04:09 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-08-17 14:04:09 +0000 |
commit | d7209229a3d37b0bd9bbe51fce9897ce5714a0f4 (patch) | |
tree | 975ddf050327c6d169269f676aff773a464eb1ca /main/php_version.h | |
parent | c7d83d7ba3588255bac681773bd8314403cae28b (diff) | |
download | php-git-d7209229a3d37b0bd9bbe51fce9897ce5714a0f4.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 7449237e41..e0b89d9e89 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 0 -#define PHP_EXTRA_VERSION "RC2" -#define PHP_VERSION "5.2.0RC2" +#define PHP_EXTRA_VERSION "RC3-dev" +#define PHP_VERSION "5.2.0RC3-dev" #define PHP_VERSION_ID 50200 |