diff options
author | Andreas Gampe <agampe@google.com> | 2014-06-26 08:09:17 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2014-06-27 11:46:35 -0700 |
commit | 2153f93df36b59a61fed15bef8e7304010be04b5 (patch) | |
tree | 523a38779eebc7414f5c27210e565a280f5364f8 /runtime/runtime.h | |
parent | 6bec6cb70460251c5230e23ec0393241e791d497 (diff) | |
download | art-2153f93df36b59a61fed15bef8e7304010be04b5.zip art-2153f93df36b59a61fed15bef8e7304010be04b5.tar.gz art-2153f93df36b59a61fed15bef8e7304010be04b5.tar.bz2 |
ART: Bump runtime version to 2.1.0
Bump the version of ART to 2.1.0 to reflect recent changes like
native MultiDex support.
Change-Id: Idcff71faac932c2b30359fbe13a975fb818ecb0e
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 8776a59..f839be1 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_); |