bjori           Wed Jan  3 20:08:37 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/pcre/pcrelib   pcregrep.c 
  Log:
  MFH: revert pcrelib version string
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/pcrelib/pcregrep.c?r1=1.8.2.1.2.2&r2=1.8.2.1.2.3&diff_format=u
Index: php-src/ext/pcre/pcrelib/pcregrep.c
diff -u php-src/ext/pcre/pcrelib/pcregrep.c:1.8.2.1.2.2 
php-src/ext/pcre/pcrelib/pcregrep.c:1.8.2.1.2.3
--- php-src/ext/pcre/pcrelib/pcregrep.c:1.8.2.1.2.2     Mon Jan  1 09:36:04 2007
+++ php-src/ext/pcre/pcrelib/pcregrep.c Wed Jan  3 20:08:37 2007
@@ -56,7 +56,7 @@
 
 typedef int BOOL;
 
-#define VERSION "4.3 01-Jun-2007"
+#define VERSION "4.3 01-Jun-2006"
 #define MAX_PATTERN_COUNT 100
 
 #if BUFSIZ > 8192

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

Reply via email to