]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorAndi Gutmans <andi@php.net>
Fri, 10 Dec 2004 01:06:17 +0000 (01:06 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 10 Dec 2004 01:06:17 +0000 (01:06 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index ad8fa4d5c518211fc9348fc05949820cd44223aa..ac6c9737d403276a4ee1deee805de4056f1c4eb2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-09 Dec 2004, PHP 5.0.3RC2
+?? ??? 2004, PHP 5.0.3
 - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
 - Fixed bug #28598 (Lost support for MS Symbol fonts). (Pierre)
-
-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 6a174e10615d88dee4677fbf0737b7cf9850cd25..6516a16bde5240f7f1be4e1e056d6b4f2de7a38a 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.3RC2"
+#define ZEND_VERSION "2.0.3-dev"
 
 #define ZEND_ENGINE_2
 
index 1fea1fd508baed88c807a0472d9cc59ddd6fa00b..a795b70f5aff43346e488b45f87ae3ad0c205f22 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=3
-EXTRA_VERSION="RC2"
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 2f030599c942f0d8ced093d0af160beede01126b..e5bfdce5a2b1d9ca139c1152cab35fd49910571e 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 "RC2"
-#define PHP_VERSION "5.0.3RC2"
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.0.3-dev"