From: Shamus Hammons Date: Fri, 28 Feb 2020 22:16:05 +0000 (-0600) Subject: Forgot to bump the version. Now at v1.6.2. X-Git-Tag: v1.7.1~9 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=fd9ba5f319362722d3483da67d987c38cd4b59b7;p=rln Forgot to bump the version. Now at v1.6.2. --- diff --git a/rln.h b/rln.h index c3d39cf..ac7e20a 100644 --- a/rln.h +++ b/rln.h @@ -44,7 +44,7 @@ #define MAJOR 1 // Major version number #define MINOR 6 // Minor version number -#define PATCH 1 // Patch release number +#define PATCH 2 // Patch release number #ifdef WIN32 #define PLATFORM "Win32" // Release platform - Windows