sterling                Fri Jun 27 18:09:12 2003 EDT

  Modified files:              
    /php-src    configure.in 
    /php-src/main       php_version.h 
  Log:
  beta 1
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.450 php-src/configure.in:1.451
--- php-src/configure.in:1.450  Fri Jun 27 03:12:54 2003
+++ php-src/configure.in        Fri Jun 27 18:09:12 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.450 2003/06/27 07:12:54 sas Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.451 2003/06/27 22:09:12 sterling 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="-dev"
+EXTRA_VERSION="b1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.68 php-src/main/php_version.h:1.69
--- php-src/main/php_version.h:1.68     Thu Jan  9 05:03:26 2003
+++ php-src/main/php_version.h  Fri Jun 27 18:09:12 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.0.0-dev"
+#define PHP_EXTRA_VERSION "b1"
+#define PHP_VERSION "5.0.0b1"



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

Reply via email to