Update version number and man page

This commit is contained in:
Tiiffi
2019-10-20 15:49:06 +03:00
parent f0580220e3
commit 6bfd6801c9
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii mcrcon.1
.\"
.TH MCRCON 1 "December 2016" "Version 0.6.0"
.TH MCRCON 1 "October 2019" "Version 0.6.2"
.SH NAME
mcrcon \- sends rcon commands to a Minecraft server
.SH SYNOPSIS

View File

@ -46,7 +46,7 @@
#include <netdb.h>
#endif
#define VERSION "0.6.1"
#define VERSION "0.6.2"
#define IN_NAME "mcrcon"
#define VER_STR IN_NAME" "VERSION" (built: "__DATE__" "__TIME__")"