summaryrefslogtreecommitdiff
path: root/utils/hwstub/tools/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/tools/init.lua')
-rw-r--r--utils/hwstub/tools/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/hwstub/tools/init.lua b/utils/hwstub/tools/init.lua
index 3c60abf806..1fe0e0d734 100644
--- a/utils/hwstub/tools/init.lua
+++ b/utils/hwstub/tools/init.lua
@@ -66,8 +66,8 @@ end
66if not hwstub.options.quiet then 66if not hwstub.options.quiet then
67 print("information") 67 print("information")
68 print(" hwstub") 68 print(" hwstub")
69 print(" version: " .. string.format("%d.%d.%d", hwstub.host.version.major, 69 print(" version: " .. string.format("%d.%d", hwstub.host.version.major,
70 hwstub.host.version.minor, hwstub.host.version.revision)) 70 hwstub.host.version.minor))
71 print(" device") 71 print(" device")
72 print(" version: " .. string.format("%d.%d.%d", hwstub.dev.version.major, 72 print(" version: " .. string.format("%d.%d.%d", hwstub.dev.version.major,
73 hwstub.dev.version.minor, hwstub.dev.version.revision)) 73 hwstub.dev.version.minor, hwstub.dev.version.revision))