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 b9d955c08c..8e3615ffcf 100644 --- a/runtime/image.cc +++ b/runtime/image.cc @@ -26,7 +26,7 @@  namespace art {  const uint8_t ImageHeader::kImageMagic[] = { 'a', 'r', 't', '\n' }; -const uint8_t ImageHeader::kImageVersion[] = { '0', '5', '2', '\0' };  // 4-bit ClassStatus. +const uint8_t ImageHeader::kImageVersion[] = { '0', '5', '4', '\0' };  // Math.pow() intrinsic.  ImageHeader::ImageHeader(uint32_t image_begin,                           uint32_t image_size,  |