Skip to content

Commit 7920d9d

Browse files
committed
Prepare to release 1.7.1
1 parent 1a76cb3 commit 7920d9d

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.7],[https://github.com/resurrecting-open-source-projects/nbtscan/issues])
20+
AC_INIT([nbtscan],[1.7.1],[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
@@ -45,7 +45,7 @@ int in_list(struct list* lst, unsigned long content);
4545
void send_query(int sock, struct in_addr dest_addr, my_uint32_t rtt_base);
4646

4747
void print_banner(void) {
48-
printf("\nNBTscan version 1.7.\n");
48+
printf("\nNBTscan version 1.7.1.\n");
4949
printf("This is a free software and it comes with absolutely no warranty.\n");
5050
printf("You can use, distribute and modify it under terms of GNU GPL 2+.\n\n");
5151
}

0 commit comments

Comments
 (0)