summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-11-07 22:31:46 +0100
committerGravatar Martin Szulecki2012-11-07 22:31:46 +0100
commitf68eaf7cb3c0c682699ff08ffdec33a0cc6fbb28 (patch)
tree861ee67da14693ae155643e5b79bff6d0bbbf32a /src
parent51b92489752110c56dbbcac17fd86ffdfe551101 (diff)
downloadidevicerestore-f68eaf7cb3c0c682699ff08ffdec33a0cc6fbb28.tar.gz
idevicerestore-f68eaf7cb3c0c682699ff08ffdec33a0cc6fbb28.tar.bz2
idevicerestore: Show build major version number, too
Diffstat (limited to 'src')
-rw-r--r--src/idevicerestore.c2
1 files changed, 1 insertions, 1 deletions
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 */