From 3b508f4e14b182a233a2ac5b8958cb1be8ab86f3 Mon Sep 17 00:00:00 2001 From: aude Date: Thu, 7 Feb 2013 16:39:10 +0000 Subject: [PATCH] update the sites cache version Change-Id: I422218328ea08a1f60eed3aa5b5a30ec3ade439c --- includes/site/SiteList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/site/SiteList.php b/includes/site/SiteList.php index d21520cc00..b0d1f95b0d 100644 --- a/includes/site/SiteList.php +++ b/includes/site/SiteList.php @@ -240,7 +240,7 @@ class SiteList extends GenericArrayObject { * @var string A string uniquely identifying the version of the serialization structure, * not including any sub-structures. */ - const SERIAL_VERSION_ID = '2013-01-23'; + const SERIAL_VERSION_ID = '2013-02-07'; /** * Returns the version ID that identifies the serialization structure used by -- 2.20.1