summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2014-06-27 18:47:39 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-06-26 23:45:01 +0000
commit5e2ccd4c739135e9a2c232fe647de7bdc5b77d9e (patch)
tree523a38779eebc7414f5c27210e565a280f5364f8
parent6bec6cb70460251c5230e23ec0393241e791d497 (diff)
parent2153f93df36b59a61fed15bef8e7304010be04b5 (diff)
Merge "ART: Bump runtime version to 2.1.0"
-rw-r--r--runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 8776a596d7..f839be1421 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -231,7 +231,7 @@ class Runtime {
}
static const char* GetVersion() {
- return "2.0.0";
+ return "2.1.0";
}
void DisallowNewSystemWeaks() EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_);