summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/image.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/image.cc b/runtime/image.cc
index cafd53acff..2fed4d3bd3 100644
--- a/runtime/image.cc
+++ b/runtime/image.cc
@@ -24,7 +24,7 @@
namespace art {
const uint8_t ImageHeader::kImageMagic[] = { 'a', 'r', 't', '\n' };
-const uint8_t ImageHeader::kImageVersion[] = { '0', '2', '5', '\0' };
+const uint8_t ImageHeader::kImageVersion[] = { '0', '2', '6', '\0' };
ImageHeader::ImageHeader(uint32_t image_begin,
uint32_t image_size,