bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5362 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-10-01 09:58:26 +00:00
parent 3db5955abd
commit 3c7454cb38
2 changed files with 2 additions and 2 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__ = "129"
__cache_version__ = "130"
class Cache:
"""

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__ = "129"
__cache_version__ = "130"
class Cache:
"""