X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=version.h;h=fc7fd37bb99b289110bd36b8f06813baea209c98;hp=cf7f39cb052812c01aabaf22427fad12a4e99327;hb=61ba7cfa9ae30c0c8211e12b00924ce4efc2c847;hpb=295836a17362d5f57e171018fb6658f845f419e8 diff --git a/version.h b/version.h index cf7f39c..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 0 // Patch release number +#define PATCH 9 // Patch release number #endif // __VERSION_H__