Skip to content

Commit 83a89ae

Browse files
committed
Prepare to release version 1.7
1 parent 48a38d9 commit 83a89ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
dnl Process this file with autoconf to produce a configure script.
1919
AC_PREREQ([2.69])
20-
AC_INIT([nbtscan],[1.6],[https://github.com/resurrecting-open-source-projects/nbtscan/issues])
20+
AC_INIT([nbtscan],[1.7],[https://github.com/resurrecting-open-source-projects/nbtscan/issues])
2121
AC_CANONICAL_TARGET
2222
AM_INIT_AUTOMAKE
2323
AC_CONFIG_SRCDIR([src/statusq.c])

src/nbtscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int in_list(struct list* lst, unsigned long content);
5252
void send_query(int sock, struct in_addr dest_addr, my_uint32_t rtt_base);
5353

5454
void print_banner(void) {
55-
printf("\nNBTscan version 1.6.\n");
55+
printf("\nNBTscan version 1.7.\n");
5656
printf("This is a free software and it comes with absolutely no warranty.\n");
5757
printf("You can use, distribute and modify it under terms of GNU GPL 2+.\n\n");
5858
}

0 commit comments

Comments
 (0)