]> granicus.if.org Git - php/commitdiff
Next is beta3..
authorfoobar <sniper@php.net>
Thu, 30 Oct 2003 15:14:31 +0000 (15:14 +0000)
committerfoobar <sniper@php.net>
Thu, 30 Oct 2003 15:14:31 +0000 (15:14 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 5472e96a9e9440bd782215d8ee94011d6f0e4e9e..1dc37161dc882f97bb9babd0c58d9d91be22e825 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 200?, Version 5.0.0
+?? Oct 2003, PHP 5 Beta 3
 
 30 Oct 2003, PHP 5 Beta 2
 - Lots and lots of changes in the Zend Engine 2 since beta 1:
index c01435d2c00970fbc70cc66970b1c169ce53cf8f..8ec86206d37362d5beb6e345089449407a48e065 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="b2"
+EXTRA_VERSION="b3-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index eacfa99b2ac1e5a1697fcd3d29fb93eedde113a7..23b4ed6fe5c81d600aed0a9e9b92afb46fc1ec91 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "b2"
-#define PHP_VERSION "5.0.0b2"
+#define PHP_EXTRA_VERSION "b3-dev"
+#define PHP_VERSION "5.0.0b3-dev"