From: Shamus Hammons Date: Tue, 10 Nov 2015 00:30:16 +0000 (-0600) Subject: Bumping the patch level for the last commit. :-P X-Git-Tag: v2.1.0~189 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=134a7e3bd071d2af06ed25f9690d637cf1791cf8 Bumping the patch level for the last commit. :-P --- diff --git a/version.h b/version.h index c919999..be7e059 100644 --- a/version.h +++ b/version.h @@ -13,6 +13,6 @@ #define MAJOR 1 // Major version number #define MINOR 3 // Minor version number -#define PATCH 15 // Patch release number +#define PATCH 16 // Patch release number #endif // __VERSION_H__