From 9052c7fa33469957df59277120fbcea10d5ecbfe Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 13 Apr 2022 00:44:23 +0200 Subject: Print version string upon execution --- src/idevicerestore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 658566f..841296f 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -1755,6 +1755,8 @@ int main(int argc, char* argv[]) { return EXIT_FAILURE; } + info("%s %s\n", PACKAGE_NAME, PACKAGE_VERSION); + if (ipsw) { client->ipsw = strdup(ipsw); } -- cgit v1.1-32-gdbae