bitbake: Bump cache version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3893 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-03-03 22:34:32 +00:00
parent ab191d21e2
commit 39a089a3e7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,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__ = "128"
__cache_version__ = "129"
class Cache:
"""