diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2010-02-11 12:35:44 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2010-02-11 12:35:44 +0000 |
commit | 20ce3f280ae5a490589f9d6473ee9b51eba918f6 (patch) | |
tree | 13ddef632283c3197cd07f119d96b5e42dcff719 /main/php_version.h | |
parent | 14391b64f6fdf255f342513c648188d247e0a7f9 (diff) | |
download | php-git-20ce3f280ae5a490589f9d6473ee9b51eba918f6.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 dc09eaa38a..5fad15df6c 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 13 -#define PHP_EXTRA_VERSION "RC2" -#define PHP_VERSION "5.2.13RC2" +#define PHP_EXTRA_VERSION "RC3-dev" +#define PHP_VERSION "5.2.13RC3-dev" #define PHP_VERSION_ID 50213 |