commit | 3204898835c6b4f9bc495b4e50a766adf9998d30 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Apr 18 20:05:42 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 18 20:05:42 2016 +0000 |
tree | 6e9c7184fff1527215dae312570e3eee211255db | |
parent | 4474276cf6f927fa14f1324dab21dd3dac4a205a [diff] | |
parent | 02dc7219545cbb1ebf8c4d0f86b7068cca750f82 [diff] |
Merge "adb: bump the server version to 36."
diff --git a/adb/adb.h b/adb/adb.h index 59644d4..ea20800 100644 --- a/adb/adb.h +++ b/adb/adb.h
@@ -50,7 +50,7 @@ std::string adb_version(); // Increment this when we want to force users to start a new adb server. -#define ADB_SERVER_VERSION 35 +#define ADB_SERVER_VERSION 36 class atransport; struct usb_handle;