edink           Wed Jul 21 19:02:28 2004 EDT

  Modified files:              
    /php-src    configure.in 
    /php-src/main       php_version.h 
  Log:
  HEAD is 5.1.0-dev now
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.515&r2=1.516&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.515 php-src/configure.in:1.516
--- php-src/configure.in:1.515  Sun Jul 18 08:03:51 2004
+++ php-src/configure.in        Wed Jul 21 19:02:28 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.515 2004/07/18 12:03:51 wez Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.516 2004/07/21 23:02:28 edink Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -39,8 +39,8 @@
 AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
-MINOR_VERSION=0
-RELEASE_VERSION=1
+MINOR_VERSION=1
+RELEASE_VERSION=0
 EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.97&r2=1.98&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.97 php-src/main/php_version.h:1.98
--- php-src/main/php_version.h:1.97     Tue Jul 13 15:56:49 2004
+++ php-src/main/php_version.h  Wed Jul 21 19:02:28 2004
@@ -1,7 +1,7 @@
 /* automatically generated by configure */
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
-#define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 1
+#define PHP_MINOR_VERSION 1
+#define PHP_RELEASE_VERSION 0
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.0.1-dev"
+#define PHP_VERSION "5.1.0-dev"

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

Reply via email to