From: Shamus Hammons Date: Sun, 8 May 2016 13:56:55 +0000 (-0500) Subject: Version bump. Thanks to ggn for the report & patch (bug #73)! X-Git-Tag: v2.1.0~162 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=bf97c76e7e6a87b0495cb037b094b6d8b5027a40;ds=sidebyside Version bump. Thanks to ggn for the report & patch (bug #73)! --- diff --git a/version.h b/version.h index c8fe5b5..5354b8e 100644 --- a/version.h +++ b/version.h @@ -13,6 +13,6 @@ #define MAJOR 1 // Major version number #define MINOR 4 // Minor version number -#define PATCH 9 // Patch release number +#define PATCH 10 // Patch release number #endif // __VERSION_H__