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

Commit f85f1116 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Try to include the SHA in a ddmslib-compatible way."

parents a3d1fb80 f3bbfa6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,8 +66,8 @@ static std::string product_file(const char *extra) {
}

static void version(FILE* out) {
    fprintf(out, "Android Debug Bridge version %d.%d.%d %s\n", ADB_VERSION_MAJOR,
            ADB_VERSION_MINOR, ADB_SERVER_VERSION, ADB_REVISION);
    fprintf(out, "Android Debug Bridge version %d.%d.%d\nRevision %s\n",
            ADB_VERSION_MAJOR, ADB_VERSION_MINOR, ADB_SERVER_VERSION, ADB_REVISION);
}

static void help() {