Incrementing version number

This commit is contained in:
Tero Korpela
2019-04-15 09:03:49 +03:00
parent 1c5d807121
commit a2b2117af5

View File

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