builder: Bump checksum version to invalidate all caches

Since we changed how the post process handles python
files in the init stage we need to rebuild everything.
This commit is contained in:
Alexander Larsson
2017-02-16 15:52:25 +01:00
parent a5e1b2200a
commit bcbd92f774

View File

@@ -37,7 +37,7 @@ typedef struct BuilderManifest BuilderManifest;
#define BUILDER_IS_MANIFEST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), BUILDER_TYPE_MANIFEST))
/* Bump this if format changes in incompatible ways to force rebuild */
#define BUILDER_MANIFEST_CHECKSUM_VERSION "2"
#define BUILDER_MANIFEST_CHECKSUM_VERSION "3"
#define BUILDER_MANIFEST_CHECKSUM_CLEANUP_VERSION "1"
#define BUILDER_MANIFEST_CHECKSUM_FINISH_VERSION "2"
#define BUILDER_MANIFEST_CHECKSUM_PLATFORM_VERSION "1"