From: Shamus Hammons Date: Wed, 16 May 2018 17:58:03 +0000 (-0500) Subject: Version bump for last commit; now at version 1.13.5. X-Git-Tag: v2.1.0~70 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=1f9660cc541869d8dba97320a15a8eea05f25dc5;hp=5c1e995754b4f4cab5f58260af13f51000f13bd3 Version bump for last commit; now at version 1.13.5. --- diff --git a/version.h b/version.h index 644b49b..bd1b4d3 100644 --- a/version.h +++ b/version.h @@ -15,7 +15,7 @@ #define MAJOR 1 // Major version number #define MINOR 13 // Minor version number -#define PATCH 4 // Patch release number +#define PATCH 5 // Patch release number #endif // __VERSION_H__