From f68eaf7cb3c0c682699ff08ffdec33a0cc6fbb28 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 7 Nov 2012 22:31:46 +0100 Subject: idevicerestore: Show build major version number, too --- src/idevicerestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idevicerestore.c') diff --git a/src/idevicerestore.c b/src/idevicerestore.c index c60da0e..0678ac6 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -352,7 +352,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client) build_manifest_get_version_information(buildmanifest, client); info("Product Version: %s\n", client->version); - info("Product Build: %s\n", client->build); + info("Product Build: %s Major: %d\n", client->build, client->build_major); if (client->flags & FLAG_CUSTOM) { /* prevent signing custom firmware */ -- cgit v1.1-32-gdbae