Skip to content

Commit e339c81

Browse files
committed
Prepare to release 1.7.2
1 parent 52dd059 commit e339c81

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.1],[https://github.com/resurrecting-open-source-projects/nbtscan/issues])
20+
AC_INIT([nbtscan],[1.7.2],[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
@@ -43,7 +43,7 @@ int quiet = 0;
4343
static void
4444
print_banner ( void )
4545
{
46-
puts ( "\nNBTscan version 1.7.1.\n"
46+
puts ( "\nNBTscan version 1.7.2.\n"
4747
"This is a free software and it comes with absolutely no "
4848
"warranty.\n"
4949
"You can use, distribute and modify it under terms of GNU GPL "

0 commit comments

Comments
 (0)