am 7bf68842: adb: Increment ADB_SERVER_VERSION
Merge commit '7bf68842d765ad7e6a51426b625d0de6d2331740' * commit '7bf68842d765ad7e6a51426b625d0de6d2331740': adb: Increment ADB_SERVER_VERSION
This commit is contained in:
commit
dd8a23b774
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue