From 83a89ae53b536df78e1d98e13e1b1932701241d0 Mon Sep 17 00:00:00 2001 From: Joao Eriberto Mota Filho Date: Mon, 16 Aug 2021 19:08:00 -0300 Subject: [PATCH] Prepare to release version 1.7 --- configure.ac | 2 +- src/nbtscan.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f706f90..5bb7026 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([nbtscan],[1.6],[https://github.com/resurrecting-open-source-projects/nbtscan/issues]) +AC_INIT([nbtscan],[1.7],[https://github.com/resurrecting-open-source-projects/nbtscan/issues]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/statusq.c]) diff --git a/src/nbtscan.c b/src/nbtscan.c index 25ad633..f72b1b4 100644 --- a/src/nbtscan.c +++ b/src/nbtscan.c @@ -52,7 +52,7 @@ int in_list(struct list* lst, unsigned long content); void send_query(int sock, struct in_addr dest_addr, my_uint32_t rtt_base); void print_banner(void) { - printf("\nNBTscan version 1.6.\n"); + printf("\nNBTscan version 1.7.\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 2+.\n\n"); }