]> granicus.if.org Git - php/commitdiff
- Roll PHP 5.0.3
authorAndi Gutmans <andi@php.net>
Wed, 15 Dec 2004 05:07:38 +0000 (05:07 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 15 Dec 2004 05:07:38 +0000 (05:07 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index ba43fc99a2103e0ed7ae9aa8f3cccf3cd1b12f13..8881033e1e8ea806b4457ff78e078b3d4bab07ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, PHP 5.0.3
+15 Dec 2004, PHP 5.0.3
 - 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..4317cf842a6443185cc00ea9492804c0e935fb8f 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.3-dev"
+#define ZEND_VERSION "2.0.3"
 
 #define ZEND_ENGINE_2
 
index 22242414aaab49600a0344613a2f6b99e130a213..43191b29574ab68a5cb15d46cbc257cb48d8482f 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=""
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index e5bfdce5a2b1d9ca139c1152cab35fd49910571e..121f7f0a904ab4889bc17e7826fbacf46fa94d1d 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 ""
+#define PHP_VERSION "5.0.3"