diff options
author | Andi Gutmans <andi@php.net> | 2004-04-21 09:59:52 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-04-21 09:59:52 +0000 |
commit | 40c20d3d722e35e22849f0429ea89f809b071ba8 (patch) | |
tree | 08b76d4be334a45c59a96f0c067bd80753fef3af /main/php_version.h | |
parent | d6cb1431acc89152040cfbd745431949ea424d85 (diff) | |
download | php-git-40c20d3d722e35e22849f0429ea89f809b071ba8.tar.gz |
- Prepare for RC2RC2 (if everything is OK especially Zeev's interface
- patch I'll roll RC2 tomorrow).
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 b95a5e7439..ae357ec8cc 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "5.0.0RC2-dev" +#define PHP_EXTRA_VERSION "RC2RC2" +#define PHP_VERSION "5.0.0RC2RC2" |