Skip to content

Commit

Permalink
Prepare to release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Jan 13, 2022
1 parent 52dd059 commit e339c81
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.1],[https://github.com/resurrecting-open-source-projects/nbtscan/issues])
AC_INIT([nbtscan],[1.7.2],[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 @@ -43,7 +43,7 @@ int quiet = 0;
static void
print_banner ( void )
{
puts ( "\nNBTscan version 1.7.1.\n"
puts ( "\nNBTscan version 1.7.2.\n"
"This is a free software and it comes with absolutely no "
"warranty.\n"
"You can use, distribute and modify it under terms of GNU GPL "
Expand Down

0 comments on commit e339c81

Please sign in to comment.