sniper          Thu Oct 30 10:14:31 2003 EDT

  Modified files:              
    /php-src    configure.in NEWS 
    /php-src/main       php_version.h 
  Log:
  Next is beta3..
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.475 php-src/configure.in:1.476
--- php-src/configure.in:1.475  Thu Oct 30 05:00:43 2003
+++ php-src/configure.in        Thu Oct 30 10:14:29 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.475 2003/10/30 10:00:43 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.476 2003/10/30 15:14:29 sniper Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 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: php-src/NEWS
diff -u php-src/NEWS:1.1489 php-src/NEWS:1.1490
--- php-src/NEWS:1.1489 Thu Oct 30 05:15:59 2003
+++ php-src/NEWS        Thu Oct 30 10:14:30 2003
@@ -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: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.71 php-src/main/php_version.h:1.72
--- php-src/main/php_version.h:1.71     Thu Oct 30 05:00:44 2003
+++ php-src/main/php_version.h  Thu Oct 30 10:14:31 2003
@@ -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"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to