commit | 0953f332a81863b8dae3374daa24d41a5ab512a7 | [log] [tgz] |
---|---|---|
author | Brett Chabot <brettchabot@android.com> | Tue May 18 13:26:47 2010 -0700 |
committer | Brett Chabot <brettchabot@android.com> | Tue May 18 13:26:47 2010 -0700 |
tree | 6c755207e8f1f34d76b3815be8fcf4392c8a3c66 | |
parent | 2f3192c1547ef6eacda8e95c78c33fb002ba694c [diff] |
Update CTS version to 2.1_r2. Change-Id: I9ce70318eb0d8443f6d23379a41f2478768abdee
diff --git a/tools/host/src/com/android/cts/Version.java b/tools/host/src/com/android/cts/Version.java index b3f6766..6477b1d 100644 --- a/tools/host/src/com/android/cts/Version.java +++ b/tools/host/src/com/android/cts/Version.java
@@ -18,7 +18,7 @@ public class Version { // The CTS version string - private static final String version = "2.1_r1"; + private static final String version = "2.1_r2"; private Version() { // no instances allowed