builder: Bump manifest version to trigger rebuild with new mtimes

To make sure we're not using old caches with the previous mtime
timestamps encoded we bump the manifest version to force a rebuild.
tingping/wmclass
Alexander Larsson 2016-09-09 09:44:54 +02:00
parent 6689c5c7f1
commit 5ef43f6ee3
1 changed files with 1 additions and 1 deletions

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 "1"
#define BUILDER_MANIFEST_CHECKSUM_VERSION "2"
#define BUILDER_MANIFEST_CHECKSUM_CLEANUP_VERSION "1"
#define BUILDER_MANIFEST_CHECKSUM_FINISH_VERSION "2"
#define BUILDER_MANIFEST_CHECKSUM_PLATFORM_VERSION "1"