summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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_);