Merge "AArch64: Enable GenSpecialCase."
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 @@
   }
 
   static const char* GetVersion() {
-    return "2.0.0";
+    return "2.1.0";
   }
 
   void DisallowNewSystemWeaks() EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_);