OSDN Git Service

Bump oat version.
authorVladimir Marko <vmarko@google.com>
Fri, 14 Nov 2014 18:05:24 +0000 (18:05 +0000)
committerVladimir Marko <vmarko@google.com>
Fri, 14 Nov 2014 18:07:45 +0000 (18:07 +0000)
Need to rebuild images after commit
  bfa3ed0ad988e1da13626ddbaf6dcae0c58ea79e

Bug: 18211592
Change-Id: I10c7353ba0fc216ff73c3ff16480c7fe9da13f2d

runtime/oat.cc

index 9e6b767..9d98f30 100644 (file)
@@ -23,7 +23,7 @@
 namespace art {
 
 const uint8_t OatHeader::kOatMagic[] = { 'o', 'a', 't', '\n' };
-const uint8_t OatHeader::kOatVersion[] = { '0', '4', '0', '\0' };
+const uint8_t OatHeader::kOatVersion[] = { '0', '4', '1', '\0' };
 
 static size_t ComputeOatHeaderSize(const SafeMap<std::string, std::string>* variable_data) {
   size_t estimate = 0U;