From 6bfd6801c917f5f15c64f676e4925f9171cd2f3b Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Sun, 20 Oct 2019 15:49:06 +0300 Subject: [PATCH] Update version number and man page --- mcrcon.1 | 2 +- mcrcon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mcrcon.1 b/mcrcon.1 index 4f9b26c..480a50e 100644 --- a/mcrcon.1 +++ b/mcrcon.1 @@ -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 diff --git a/mcrcon.c b/mcrcon.c index a175553..3d33a84 100644 --- a/mcrcon.c +++ b/mcrcon.c @@ -46,7 +46,7 @@ #include #endif -#define VERSION "0.6.1" +#define VERSION "0.6.2" #define IN_NAME "mcrcon" #define VER_STR IN_NAME" "VERSION" (built: "__DATE__" "__TIME__")"