summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-02-12 16:26:59 +0000
committerAndi Gutmans <andi@php.net>2004-02-12 16:26:59 +0000
commitefe864dc343ba43cf66a6454e3485fa25b355dc5 (patch)
treed7cee69e5656e4b0a0685809d756937585000dba
parent82ad9163862cef892220519f030eee7b458a57cb (diff)
downloadphp-git-efe864dc343ba43cf66a6454e3485fa25b355dc5.tar.gz
- We are RC1-dev now
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 198a37f57e..764aa8d81a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2004, PHP 5 Release Candidate 1
+
12 Feb 2004, PHP 5 Beta 4
- Changed exceptions so that they must now inherit from the built-in Exception
class. This allows for a general catch(Exception $e) statement to catch all
diff --git a/configure.in b/configure.in
index b86c677b24..49460892a3 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"
+EXTRA_VERSION="RC1-dev"
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 c02f035f2f..2b07113854 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"
-#define PHP_VERSION "5.0.0b4"
+#define PHP_EXTRA_VERSION "RC1-dev"
+#define PHP_VERSION "5.0.0RC1-dev"