]> granicus.if.org Git - php/commitdiff
- Go with 5.0.3RC1
authorAndi Gutmans <andi@php.net>
Tue, 30 Nov 2004 01:39:18 +0000 (01:39 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 30 Nov 2004 01:39:18 +0000 (01:39 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 8cc5e72ce6ad1689a0dc1459c5a42ce117fece48..87066aedeb5fecd2600fc77e2bce0bc35e2cbf74 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, PHP 5.0.3
+29 Nov 2004, PHP 5.0.3RC1
 - Added the %F modifier to *printf to render a non-locale-aware representation
   of a float with the . as decimal seperator. (Derick)
 - Fixed error handling in mysqli_multi_query. (Georg)
index 6516a16bde5240f7f1be4e1e056d6b4f2de7a38a..16d25f16a96b2f3ed657eaf83448c4a6ec2a891a 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.3-dev"
+#define ZEND_VERSION "2.0.3RC1"
 
 #define ZEND_ENGINE_2
 
index 52f529ae2497ce3d4c34aeaa01f2992752108cac..a9be79aa3a4a95775ceb50f3deaee41280873623 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=3
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index e5bfdce5a2b1d9ca139c1152cab35fd49910571e..5655e7bc2a2aa923e500aad27ee27d8efdf32985 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.0.3-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.0.3RC1"