diff options
author | Andi Gutmans <andi@php.net> | 2004-04-14 11:03:47 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-04-14 11:03:47 +0000 |
commit | acc4cd17ce4bb64ceaf3bbaa9d44ed0c29f1361f (patch) | |
tree | 41163e96303ec1f9321b0dec556ad40c5aea497c /main/php_version.h | |
parent | 3c28fbd6dd18a4215acc5be433f0d0f219ccc2b1 (diff) | |
download | php-git-acc4cd17ce4bb64ceaf3bbaa9d44ed0c29f1361f.tar.gz |
- RC2RC1
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..c5420667cf 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 "RC2RC1" +#define PHP_VERSION "5.0.0RC2RC1" |