diff options
Diffstat (limited to 'runtime/image.cc')
-rw-r--r-- | runtime/image.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/image.cc b/runtime/image.cc index 64046d025d..0209a2955b 100644 --- a/runtime/image.cc +++ b/runtime/image.cc @@ -29,7 +29,7 @@ namespace art { const uint8_t ImageHeader::kImageMagic[] = { 'a', 'r', 't', '\n' }; -const uint8_t ImageHeader::kImageVersion[] = { '0', '7', '6', '\0' }; // SBAppend simplification. +const uint8_t ImageHeader::kImageVersion[] = { '0', '7', '7', '\0' }; // Use boot image sentinel. ImageHeader::ImageHeader(uint32_t image_reservation_size, uint32_t component_count, |