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

Commit b0bd6024 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

adb: Update version to 1.0.28



Change-Id: Ib8a98d3840abf24cf062112aca7ce462a0f44bc5
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 5b811fa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;