cache.py: Bump the cache version after the BBVERSIONS update

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-03-25 17:28:34 +00:00
parent 881caec450
commit fb245be03d
1 changed files with 1 additions and 1 deletions

View File

@ -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:
"""