iliaa           Wed Dec  3 15:57:53 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    configure.in NEWS 
    /php-src/main       php_version.h 
  Log:
  Back to dev
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.116&r2=1.579.2.52.2.117&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.116 
php-src/configure.in:1.579.2.52.2.117
--- php-src/configure.in:1.579.2.52.2.116       Wed Dec  3 15:54:02 2008
+++ php-src/configure.in        Wed Dec  3 15:57:52 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.116 2008/12/03 15:54:02 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.117 2008/12/03 15:57:52 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,8 +41,8 @@
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=7
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=8
+PHP_EXTRA_VERSION="-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1346&r2=1.2027.2.547.2.1347&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1346 php-src/NEWS:1.2027.2.547.2.1347
--- php-src/NEWS:1.2027.2.547.2.1346    Wed Dec  3 15:54:02 2008
+++ php-src/NEWS        Wed Dec  3 15:57:52 2008
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2009, PHP 5.2.8
+
 04 Dec 2008, PHP 5.2.7
 - Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) (Ilia)
 - Updated timezone database to version 2008.9. (Derick)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.80&r2=1.112.2.37.2.81&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.80 
php-src/main/php_version.h:1.112.2.37.2.81
--- php-src/main/php_version.h:1.112.2.37.2.80  Wed Dec  3 15:54:03 2008
+++ php-src/main/php_version.h  Wed Dec  3 15:57:52 2008
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.7"
-#define PHP_VERSION_ID 50207
+#define PHP_RELEASE_VERSION 8
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.8-dev"
+#define PHP_VERSION_ID 50208



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

Reply via email to