diff options
| -rw-r--r-- | runtime/oat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat.cc b/runtime/oat.cc index c8eb3e27ae..d4eea85bb3 100644 --- a/runtime/oat.cc +++ b/runtime/oat.cc @@ -22,7 +22,7 @@ namespace art { const uint8_t OatHeader::kOatMagic[] = { 'o', 'a', 't', '\n' }; -const uint8_t OatHeader::kOatVersion[] = { '0', '1', '6', '\0' }; +const uint8_t OatHeader::kOatVersion[] = { '0', '1', '7', '\0' }; OatHeader::OatHeader() { memset(this, 0, sizeof(*this)); |