summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2009-07-09 20:07:10 -0400
committerMike Lockwood <lockwood@android.com>2009-07-09 20:09:10 -0400
commit7bf68842d765ad7e6a51426b625d0de6d2331740 (patch)
tree06429cd82b153bcb2bb4e65d4bb27a9f45223732
parent48d116edf9c785ed284626cbe0bbf5c958cf5e67 (diff)
downloadcore-7bf68842d765ad7e6a51426b625d0de6d2331740.tar.gz
adb: Increment ADB_SERVER_VERSION
It was pointed out that we should have done this when we added the "adb root" command. And doing this will also force people to pick up the recent Linux USB serial number fix. Signed-off-by: Mike Lockwood <lockwood@android.com>
-rw-r--r--adb/adb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb.h b/adb/adb.h
index b9ed5560e..95610a738 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -33,7 +33,7 @@
#define ADB_VERSION_MAJOR 1 // Used for help/version information
#define ADB_VERSION_MINOR 0 // Used for help/version information
-#define ADB_SERVER_VERSION 20 // Increment this when we want to force users to start a new adb server
+#define ADB_SERVER_VERSION 21 // Increment this when we want to force users to start a new adb server
typedef struct amessage amessage;
typedef struct apacket apacket;