derick          Thu May  3 13:50:21 2007 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src/main       php_version.h 
    /php-src    configure.in NEWS 
  Log:
  - Back to dev.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.41&r2=1.66.2.81.2.42&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.41 
php-src/main/php_version.h:1.66.2.81.2.42
--- php-src/main/php_version.h:1.66.2.81.2.41   Thu May  3 13:49:17 2007
+++ php-src/main/php_version.h  Thu May  3 13:50:20 2007
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.4.7"
+#define PHP_RELEASE_VERSION 8
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.4.8-dev"
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.45&r2=1.396.2.164.2.46&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.45 
php-src/configure.in:1.396.2.164.2.46
--- php-src/configure.in:1.396.2.164.2.45       Thu May  3 13:49:17 2007
+++ php-src/configure.in        Thu May  3 13:50:20 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.45 2007/05/03 13:49:17 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.46 2007/05/03 13:50:20 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -37,8 +37,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=7
-EXTRA_VERSION=""
+RELEASE_VERSION=8
+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/NEWS?r1=1.1247.2.920.2.225&r2=1.1247.2.920.2.226&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.225 php-src/NEWS:1.1247.2.920.2.226
--- php-src/NEWS:1.1247.2.920.2.225     Thu May  3 13:49:17 2007
+++ php-src/NEWS        Thu May  3 13:50:20 2007
@@ -1,5 +1,7 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2007, Version 4.4.8
+       
 04 May 2007, Version 4.4.7
 - Fixed MOPB-33-2007 (PHP mail() Message ASCIIZ Byte Truncation). (Ilia)
 - Fixed MOPB-32-2007 (Double free inside session_decode()). (Ilia)

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

Reply via email to