Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd8a23b7 authored by Mike Lockwood's avatar Mike Lockwood Committed by The Android Open Source Project
Browse files

am 7bf68842: adb: Increment ADB_SERVER_VERSION

Merge commit '7bf68842'

* commit '7bf68842':
  adb: Increment ADB_SERVER_VERSION
parents a0c0d8a8 7bf68842
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;