]> granicus.if.org Git - php/commitdiff
- We are RC1-dev now
authorAndi Gutmans <andi@php.net>
Thu, 12 Feb 2004 16:26:59 +0000 (16:26 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 12 Feb 2004 16:26:59 +0000 (16:26 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 198a37f57e52faf0f3d8e67f5e2bba7ba3c2972e..764aa8d81a5794fa5459a49376d1856ad5e78a63 100644 (file)
--- 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
index b86c677b24d10a9706be2dea94729b844f692b80..49460892a35d9ccacc5e45a57e5345d2d79aed6e 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"
+EXTRA_VERSION="RC1-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index c02f035f2f06a5be2f0ad56c4089e8a443b7bc15..2b071138542c79e7e1a2dabe091d08a77c03db2a 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"
-#define PHP_VERSION "5.0.0b4"
+#define PHP_EXTRA_VERSION "RC1-dev"
+#define PHP_VERSION "5.0.0RC1-dev"