]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake: Bump cache version
authorRichard Purdie <richard@openedhand.com>
Mon, 3 Mar 2008 22:34:32 +0000 (22:34 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 3 Mar 2008 22:34:32 +0000 (22:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3893 311d38ba-8fff-0310-9ca6-ca027cbcb966

bitbake/lib/bb/cache.py

index dad82a9b36b8b48b65e427e7122465273181c2e2..60e863d52db0c3e27f9dc38cd24ed3bf3ae08ed8 100644 (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:
     """