iliaa           Wed Apr 26 16:07:11 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src/main       php_version.h 
    /php-src    configure.in NEWS 
  Log:
  Restore dev
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.34&r2=1.112.2.35&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.34 
php-src/main/php_version.h:1.112.2.35
--- php-src/main/php_version.h:1.112.2.34       Wed Apr 26 14:08:26 2006
+++ php-src/main/php_version.h  Wed Apr 26 16:07:11 2006
@@ -1,7 +1,7 @@
 /* automatically generated by configure */
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
-#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.1.3"
+#define PHP_MINOR_VERSION 2
+#define PHP_RELEASE_VERSION 0
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.0-dev"
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.49&r2=1.579.2.50&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.49 php-src/configure.in:1.579.2.50
--- php-src/configure.in:1.579.2.49     Wed Apr 26 14:08:26 2006
+++ php-src/configure.in        Wed Apr 26 16:07:11 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.49 2006/04/26 14:08:26 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.50 2006/04/26 16:07:11 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,9 +40,9 @@
 AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
-MINOR_VERSION=1
-RELEASE_VERSION=3
-EXTRA_VERSION=""
+MINOR_VERSION=2
+RELEASE_VERSION=0
+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/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.535&r2=1.2027.2.536&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.535 php-src/NEWS:1.2027.2.536
--- php-src/NEWS:1.2027.2.535   Wed Apr 26 14:31:33 2006
+++ php-src/NEWS        Wed Apr 26 16:07:11 2006
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-27 Apr 2006, PHP 5.1.3
+?? ??? 2006, PHP 5.2.0
+
+28 Apr 2006, PHP 5.1.3
 - Updated bundled PCRE library to version 6.6. (Andrei)
 - Moved extensions to PECL:
   . ext/msession (Derick)

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

Reply via email to