]> granicus.if.org Git - php/commitdiff
- PHP 5.0.3-dev
authorAndi Gutmans <andi@php.net>
Thu, 23 Sep 2004 21:56:15 +0000 (21:56 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 23 Sep 2004 21:56:15 +0000 (21:56 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 1639d70758f95cfad9a4fa74ac729913f358d7ce..a51d26578650be1db6e22092dd6b32042ae6ed75 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2004, PHP 5.0.3
+
 23 Sep 2004, PHP 5.0.2
 - Added new boolean (fourth) parameter to array_slice() that turns on the
   preservation of keys in the returned array. (Derick)
index cf20f4c26608277bf893faa4d79ab0bc0b373a45..6516a16bde5240f7f1be4e1e056d6b4f2de7a38a 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.2"
+#define ZEND_VERSION "2.0.3-dev"
 
 #define ZEND_ENGINE_2
 
index 697f5922eb6b86acc8bc718f8916f4b4c02ff36d..22b955278d56e210eadee13a6c79128325b0fa25 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-RELEASE_VERSION=2
-EXTRA_VERSION=""
+RELEASE_VERSION=3
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 49a86154d32cc4cad3b52e3eb3aabe1d1d9a61c4..e5bfdce5a2b1d9ca139c1152cab35fd49910571e 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 2
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.0.2"
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.0.3-dev"