From: Shamus Hammons Date: Sat, 30 Oct 2021 15:24:34 +0000 (-0500) Subject: Version bump for latest patches. X-Git-Tag: v2.1.13^0 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=7d0a01ef5e5738192ac3a11c5db383767f737158 Version bump for latest patches. --- diff --git a/version.h b/version.h index 534d88c..d9a1fee 100644 --- a/version.h +++ b/version.h @@ -15,6 +15,6 @@ #define MAJOR 2 // Major version number #define MINOR 1 // Minor version number -#define PATCH 12 // Patch release number +#define PATCH 13 // Patch release number #endif // __VERSION_H__