diff options
Diffstat (limited to 'com32/hdt/hdt.c')
-rw-r--r-- | com32/hdt/hdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/hdt/hdt.c b/com32/hdt/hdt.c index 3a2c4400..ee3e7cf3 100644 --- a/com32/hdt/hdt.c +++ b/com32/hdt/hdt.c @@ -48,8 +48,8 @@ int main(const int argc, const char *argv[]) const char *arg; struct s_hardware hardware; - snprintf(version_string, sizeof version_string, "%s %s", - PRODUCT_NAME,VERSION); + snprintf(version_string, sizeof version_string, "%s %s (%s)", + PRODUCT_NAME,VERSION, CODENAME); /* Opening the Syslinux console */ console_ansi_raw(); |