]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorAndi Gutmans <andi@php.net>
Wed, 15 Dec 2004 05:28:12 +0000 (05:28 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 15 Dec 2004 05:28:12 +0000 (05:28 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 8881033e1e8ea806b4457ff78e078b3d4bab07ce..4b35d8aba4af9ba589bc30b13b630b3ca4827e77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2005, PHP 5.0.4
+
 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)
index 4317cf842a6443185cc00ea9492804c0e935fb8f..f5a81fc85b30ab251e0da9b5b34a8518af51a607 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.3"
+#define ZEND_VERSION "2.0.4-dev"
 
 #define ZEND_ENGINE_2
 
index 43191b29574ab68a5cb15d46cbc257cb48d8482f..5f302b449295b956ab6f13b8a218cd98720230ae 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-RELEASE_VERSION=3
-EXTRA_VERSION=""
+RELEASE_VERSION=4
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 121f7f0a904ab4889bc17e7826fbacf46fa94d1d..ebfee220211ec4a56dfb1c6eb1ecf74bfbee1083 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.0.3"
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.0.4-dev"