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 702cc9a..528bfc6 100644 --- a/runtime/image.cc +++ b/runtime/image.cc @@ -24,7 +24,7 @@ namespace art { const byte ImageHeader::kImageMagic[] = { 'a', 'r', 't', '\n' }; -const byte ImageHeader::kImageVersion[] = { '0', '0', '6', '\0' }; +const byte ImageHeader::kImageVersion[] = { '0', '0', '7', '\0' }; ImageHeader::ImageHeader(uint32_t image_begin, uint32_t image_size, |