bitbake/cache: bump cache version after recent changes

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2011-02-24 16:02:13 +00:00
parent f258cedfe8
commit 08c7a59b5a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ except ImportError:
logger.info("Importing cPickle failed. "
"Falling back to a very slow implementation.")
__cache_version__ = "136"
__cache_version__ = "137"
recipe_fields = (
'pn',