From 2394b41127ace862c8173134204a910645d64b02 Mon Sep 17 00:00:00 2001 From: YX Hao Date: Sat, 12 Sep 2020 11:16:26 +0800 Subject: [PATCH] bump version --- nbtscan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nbtscan.c b/nbtscan.c index 2f3675d..9085602 100644 --- a/nbtscan.c +++ b/nbtscan.c @@ -27,6 +27,7 @@ int quiet=0; void print_banner() { printf("\nNBTscan version 1.5.1. Copyright (C) 1999-2003 Alla Bezroutchko.\n"); + printf("NBTscan version 1.5.2 for Windows @ https://github.com/lifenjoiner/nbtscan\n"); printf("This is a free software and it comes with absolutely no warranty.\n"); printf("You can use, distribute and modify it under terms of GNU GPL.\n\n"); }