diff options
author | Mike Lockwood <lockwood@android.com> | 2011-06-21 17:26:11 -0400 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2011-06-21 17:26:11 -0400 |
commit | b0bd6024e344eb49702e24e78654f55254f42e8f (patch) | |
tree | baf0057fbe1cc8e0b28e620342ec6cc87140db12 /adb | |
parent | 5b811fa5dd00288954f15209a56aea03d5e4a004 (diff) | |
download | system_core-b0bd6024e344eb49702e24e78654f55254f42e8f.zip system_core-b0bd6024e344eb49702e24e78654f55254f42e8f.tar.gz system_core-b0bd6024e344eb49702e24e78654f55254f42e8f.tar.bz2 |
adb: Update version to 1.0.28
Change-Id: Ib8a98d3840abf24cf062112aca7ce462a0f44bc5
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'adb')
-rw-r--r-- | adb/adb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,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 27 // Increment this when we want to force users to start a new adb server +#define ADB_SERVER_VERSION 28 // Increment this when we want to force users to start a new adb server typedef struct amessage amessage; typedef struct apacket apacket; |