summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-02-12 08:46:02 +0000
committerAndi Gutmans <andi@php.net>2004-02-12 08:46:02 +0000
commiteca1fdc82186d4ecf585a54887cccdd3b750f109 (patch)
treeee97287f20f7c3c58a15d513e6b6a9a733cd5a96
parent35e8577db48f42e1fa78934a1e2618c1e08d3e9e (diff)
downloadphp-git-eca1fdc82186d4ecf585a54887cccdd3b750f109.tar.gz
- Go with b4 RC 1 (Sanity package)
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 0c9f5ae679..3026f76cf0 100644
--- 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)
diff --git a/configure.in b/configure.in
index 1ec03beb4c..c2bd7b39ef 100644
--- a/configure.in
+++ b/configure.in
@@ -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
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"