iliaa           Thu Aug 24 15:07:57 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.571&r2=1.2027.2.572&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.571 php-src/NEWS:1.2027.2.572
--- php-src/NEWS:1.2027.2.571   Wed Aug 23 13:17:36 2006
+++ php-src/NEWS        Thu Aug 24 15:07:56 2006
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2006, PHP 5.1.7
+
 24 Aug 2006, PHP 5.1.6
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32).
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.56&r2=1.579.2.57&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.56 php-src/configure.in:1.579.2.57
--- php-src/configure.in:1.579.2.56     Wed Aug 23 13:17:36 2006
+++ php-src/configure.in        Thu Aug 24 15:07:56 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.56 2006/08/23 13:17:36 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.57 2006/08/24 15:07:56 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 MAJOR_VERSION=5
 MINOR_VERSION=1
-RELEASE_VERSION=6
-EXTRA_VERSION=""
+RELEASE_VERSION=7
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.41&r2=1.112.2.42&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.41 
php-src/main/php_version.h:1.112.2.42
--- php-src/main/php_version.h:1.112.2.41       Wed Aug 23 13:17:36 2006
+++ php-src/main/php_version.h  Thu Aug 24 15:07:57 2006
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.1.6"
+#define PHP_RELEASE_VERSION 7
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.7-dev"

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

Reply via email to