From: Shamus Hammons Date: Mon, 30 May 2022 19:53:46 +0000 (-0500) Subject: Version bump for following patch. X-Git-Tag: v2.2.1~5 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=185ee7af01042a4c1cfff64c72c849f2b0448e6c Version bump for following patch. --- diff --git a/version.h b/version.h index ea17465..f8782ca 100644 --- a/version.h +++ b/version.h @@ -15,6 +15,6 @@ #define MAJOR 2 // Major version number #define MINOR 2 // Minor version number -#define PATCH 0 // Patch release number +#define PATCH 1 // Patch release number #endif // __VERSION_H__