From fea0acdaf68430e6b34f97fdaac3d0c8fe13c872 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 25 Mar 2010 17:28:34 +0000 Subject: cache.py: Bump the cache version after the BBVERSIONS update (From Poky rev: fb245be03d8e3327165033045245f5f853c0b0d4) Signed-off-by: Richard Purdie --- lib/bb/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/cache.py b/lib/bb/cache.py index 9a962ecc7..1f180012e 100644 --- a/lib/bb/cache.py +++ b/lib/bb/cache.py @@ -38,7 +38,7 @@ except ImportError: import pickle bb.msg.note(1, bb.msg.domain.Cache, "Importing cPickle failed. Falling back to a very slow implementation.") -__cache_version__ = "130" +__cache_version__ = "131" class Cache: """ -- cgit 1.2.3-korg