]> granicus.if.org Git - php/commitdiff
Revert "minimum version requirement" until there's a version to match it
authorSteph Fox <sfox@php.net>
Mon, 31 Mar 2008 00:28:16 +0000 (00:28 +0000)
committerSteph Fox <sfox@php.net>
Mon, 31 Mar 2008 00:28:16 +0000 (00:28 +0000)
win32/build/config.w32

index 8729ee56d8c347555a84fca92abfab4eef07fa2d..6b4e1736cd7c03497d61f9e73bd2e51d8bf76139 100644 (file)
@@ -58,7 +58,7 @@ if (!PATH_PROG('bison')) {
 }
 
 // There's a minimum requirement for re2c..
-MINRE2C = "0.13.4";
+MINRE2C = "0.13.3";
 
 RE2C = PATH_PROG('re2c');
 if (RE2C) {