summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-04-15 11:35:00 -0700
committerJosh Gao <jmgao@google.com>2016-04-15 14:54:43 -0700
commit057095d2076dfe571fb2a3c6904f77282aaeacaa (patch)
tree5e705c06c1e9905080297c7226fb73a53cb8bc84 /adb
parent1607ea64cbdeea766c05d033afe0c65ea978b399 (diff)
downloadcore-057095d2076dfe571fb2a3c6904f77282aaeacaa.tar.gz
core-057095d2076dfe571fb2a3c6904f77282aaeacaa.tar.bz2
core-057095d2076dfe571fb2a3c6904f77282aaeacaa.zip
adb: bump the server version to 36.
The recent `adb root` changes are incompatible with older versions of the server. Bump the version number to force the server to restart. Bug: http://b/28194507 Change-Id: I970806e3b68c1f8e3273a4b1f0ecc4aca5086be9
Diffstat (limited to 'adb')
-rw-r--r--adb/adb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb.h b/adb/adb.h
index 59644d43e..ea208004d 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -50,7 +50,7 @@ constexpr size_t MAX_PAYLOAD = MAX_PAYLOAD_V2;
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;