summaryrefslogtreecommitdiffstats
path: root/runtime/oat.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-11-25 15:25:51 -0800
committerBrian Carlstrom <bdc@google.com>2013-11-25 15:25:51 -0800
commit5da3778746375b73e7e77c5f1371f29684674776 (patch)
treeb2c45eb21f4f65af7915f1b629be318ee6e33c25 /runtime/oat.cc
parent218daa2d876c5989f956e8e54b8f28f33d11b31f (diff)
downloadart-5da3778746375b73e7e77c5f1371f29684674776.zip
art-5da3778746375b73e7e77c5f1371f29684674776.tar.gz
art-5da3778746375b73e7e77c5f1371f29684674776.tar.bz2
Turn up oat version to 11
Change-Id: Ic9627e3f38abf0ca3c143680dd372fb147413de8
Diffstat (limited to 'runtime/oat.cc')
-rw-r--r--runtime/oat.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat.cc b/runtime/oat.cc
index 9489795..50069b2 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', '0', '\0' };
+const uint8_t OatHeader::kOatVersion[] = { '0', '1', '1', '\0' };
OatHeader::OatHeader() {
memset(this, 0, sizeof(*this));