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