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

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