With the hash equivalence fix, we need to bump the sstate and hash equivalence
version numbers to ensure older task hashes aren't matched into the new namespace.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-SSTATE_VERSION = "7"
+SSTATE_VERSION = "8"
SSTATE_ZSTD_CLEVEL ??= "8"
# a reset of the equivalence, for example when reproducibility issues break the
# existing match data. Distros can also append to this value for the same effect.
#
-HASHEQUIV_HASH_VERSION = "11"
+HASHEQUIV_HASH_VERSION = "12"