]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
cache: bump cachever per master
authorChris Larson <chris_larson@mentor.com>
Wed, 24 Nov 2010 04:38:34 +0000 (21:38 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 24 Nov 2010 04:38:34 +0000 (21:38 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/cache.py

index 7c024c752051ab3e86cfa44dfd832dafa392f63e..e2c030d44e54f37881c96b641e3255f91428a856 100644 (file)
@@ -43,7 +43,7 @@ except ImportError:
     logger.info("Importing cPickle failed. "
                 "Falling back to a very slow implementation.")
 
-__cache_version__ = "132"
+__cache_version__ = "133"
 
 recipe_fields = (
     'pn',