sfox            Thu Apr 24 16:04:59 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/win32/build        config.w32 
  Log:
  - re2c requirement update
  (sorry, I thought I'd committed this ages ago)
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.10.2.14&r2=1.40.2.8.2.10.2.15&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.40.2.8.2.10.2.14 
php-src/win32/build/config.w32:1.40.2.8.2.10.2.15
--- php-src/win32/build/config.w32:1.40.2.8.2.10.2.14   Mon Mar 31 00:28:16 2008
+++ php-src/win32/build/config.w32      Thu Apr 24 16:04:59 2008
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.40.2.8.2.10.2.14 2008/03/31 00:28:16 sfox Exp $
+// $Id: config.w32,v 1.40.2.8.2.10.2.15 2008/04/24 16:04:59 sfox Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -58,7 +58,7 @@
 }
 
 // There's a minimum requirement for re2c..
-MINRE2C = "0.13.3";
+MINRE2C = "0.13.4";
 
 RE2C = PATH_PROG('re2c');
 if (RE2C) {



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

Reply via email to