]> granicus.if.org Git - php/commitdiff
- Go with b4 RC 1 (Sanity package)
authorAndi Gutmans <andi@php.net>
Thu, 12 Feb 2004 08:46:02 +0000 (08:46 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 12 Feb 2004 08:46:02 +0000 (08:46 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 0c9f5ae67977f25730990b63321be5fae4c01a57..3026f76cf040ac9b374468628575cbcb61ee67d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, PHP 5 Beta 4
+12 Feb 2004, PHP 5 Beta 4
 - Added checks for invalid characters in a cookie name and cookie data 
   into set[raw]cookie(). (Brian)
 - Added new pspell functions: (Brian)
index 1ec03beb4c7fec95c9a3783a452b99e235c33310..c2bd7b39ef61adf2fe861a2f87e09f0791250540 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="b4-dev"
+EXTRA_VERSION="b4RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 7087f7f395267e4b0bd4d1672b2dbae08e5e163b..faa64252770dd06250679f20844bd3ab5d894a4c 100644 (file)
@@ -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"