From 6c34627a636350d62676add6afcbe2870f3f0452 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 2 Sep 2011 23:14:08 +0000 Subject: [PATCH] Reverted parser bump from r84601 per CR --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 77749726ae..e168eca376 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -53,7 +53,7 @@ class Parser { * changes in an incompatible way, so the parser cache * can automatically discard old data. */ - const VERSION = '1.6.5'; + const VERSION = '1.6.4'; /** * Update this version number when the output of serialiseHalfParsedText() -- 2.20.1