diff options
Diffstat (limited to 'scripts/update_payload/common.py')
-rw-r--r-- | scripts/update_payload/common.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/update_payload/common.py b/scripts/update_payload/common.py index 42c91c26..4e7b2e31 100644 --- a/scripts/update_payload/common.py +++ b/scripts/update_payload/common.py @@ -39,7 +39,8 @@ BRILLO_MAJOR_PAYLOAD_VERSION = 2 INPLACE_MINOR_PAYLOAD_VERSION = 1 SOURCE_MINOR_PAYLOAD_VERSION = 2 OPSRCHASH_MINOR_PAYLOAD_VERSION = 3 -PUFFDIFF_MINOR_PAYLOAD_VERSION = 4 +BROTLI_BSDIFF_MINOR_PAYLOAD_VERSION = 4 +PUFFDIFF_MINOR_PAYLOAD_VERSION = 5 # # Payload operation types. |