]> code.ossystems Code Review - openembedded-core.git/commitdiff
cache.py: Bump the cache version after the BBVERSIONS update
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 25 Mar 2010 17:28:34 +0000 (17:28 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 25 Mar 2010 17:28:34 +0000 (17:28 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/cache.py

index 9a962ecc749a3c28473c08a451f9c377bd65ed45..1f180012e0cdfe8e42bb52e062430994bf463db0 100644 (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:
     """