DO NOT MERGE: Bump CTS and CTS-V version to 13_R3

Bug: 251790765
Change-Id: I19ea2506cf9b99b9ca77b3004a79a5a91737c21c
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index 48c5e9bb..761722d 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -18,7 +18,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.android.cts.verifier"
           android:versionCode="5"
-          android:versionName="13_r2">
+          android:versionName="13_r3">
 
     <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="33"/>
 
diff --git a/tools/cts-tradefed/Android.bp b/tools/cts-tradefed/Android.bp
index e00b8c0..0811941 100644
--- a/tools/cts-tradefed/Android.bp
+++ b/tools/cts-tradefed/Android.bp
@@ -34,7 +34,7 @@
     wrapper: "etc/cts-tradefed",
     short_name: "CTS",
     full_name: "Compatibility Test Suite",
-    version: "13_r2",
+    version: "13_r3",
     static_libs: ["cts-tradefed-harness"],
     required: ["compatibility-host-util"],
 }