diff options
| author | 2013-12-19 00:43:02 +0000 | |
|---|---|---|
| committer | 2013-12-19 00:43:02 +0000 | |
| commit | b82d7cf96786ae5daeab37e02bcc54ddcb3a7c36 (patch) | |
| tree | 49bfcd88ba932e9426ff7fa793c2da6d003e3dc1 | |
| parent | e47ee2489a5947fc77351538d186302529b94798 (diff) | |
| parent | ec8d14223b05d97b4071eddb7218710381a3ff35 (diff) | |
Merge "Forgot to bump oat version in previous change"
| -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 dd9b6d7f46..702cc9a677 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', '5', '\0' }; +const byte ImageHeader::kImageVersion[] = { '0', '0', '6', '\0' }; ImageHeader::ImageHeader(uint32_t image_begin, uint32_t image_size, |