From: Shamus Hammons Date: Tue, 29 Sep 2020 03:05:23 +0000 (-0500) Subject: Version bump for last commit; now at v2.0.23. X-Git-Tag: v2.1.0~1 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=3a00205f107ec3c620e87c94ebb240abdf4f1787 Version bump for last commit; now at v2.0.23. --- diff --git a/version.h b/version.h index 6b5d5ef..b23c2ea 100644 --- a/version.h +++ b/version.h @@ -15,7 +15,7 @@ #define MAJOR 2 // Major version number #define MINOR 0 // Minor version number -#define PATCH 22 // Patch release number +#define PATCH 23 // Patch release number #endif // __VERSION_H__