From bcbd92f774e99416d974fa611db1f44db7ac98e0 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 16 Feb 2017 15:52:25 +0100 Subject: [PATCH] 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. --- builder/builder-manifest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/builder-manifest.h b/builder/builder-manifest.h index 82cdbe9f..219c2697 100644 --- a/builder/builder-manifest.h +++ b/builder/builder-manifest.h @@ -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"