diff options
author | Andi Gutmans <andi@php.net> | 2004-02-12 08:46:02 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-02-12 08:46:02 +0000 |
commit | eca1fdc82186d4ecf585a54887cccdd3b750f109 (patch) | |
tree | ee97287f20f7c3c58a15d513e6b6a9a733cd5a96 /main | |
parent | 35e8577db48f42e1fa78934a1e2618c1e08d3e9e (diff) | |
download | php-git-eca1fdc82186d4ecf585a54887cccdd3b750f109.tar.gz |
- Go with b4 RC 1 (Sanity package)
Diffstat (limited to 'main')
-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 7087f7f395..faa6425277 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 "b4-dev" -#define PHP_VERSION "5.0.0b4-dev" +#define PHP_EXTRA_VERSION "b4RC1" +#define PHP_VERSION "5.0.0b4RC1" |