X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=version.h;h=fc7fd37bb99b289110bd36b8f06813baea209c98;hp=3017afc7b60a7dff90f936e1cb82c15c01c22fbd;hb=61ba7cfa9ae30c0c8211e12b00924ce4efc2c847;hpb=f6e6a55c4cdaf0dffa0897792dc5926c7b173a23 diff --git a/version.h b/version.h index 3017afc..fc7fd37 100644 --- a/version.h +++ b/version.h @@ -13,6 +13,6 @@ #define MAJOR 1 // Major version number #define MINOR 2 // Minor version number -#define PATCH 3 // Patch release number +#define PATCH 9 // Patch release number #endif // __VERSION_H__