Skip to content

Commit

Permalink
Prepare to release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Aug 18, 2021
1 parent 1a76cb3 commit 7920d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([nbtscan],[1.7],[https://github.com/resurrecting-open-source-projects/nbtscan/issues])
AC_INIT([nbtscan],[1.7.1],[https://github.com/resurrecting-open-source-projects/nbtscan/issues])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/statusq.c])
Expand Down
2 changes: 1 addition & 1 deletion src/nbtscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.7.\n");
printf("\nNBTscan version 1.7.1.\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");
}
Expand Down

0 comments on commit 7920d9d

Please sign in to comment.