X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=version.h;h=1d1ba1e56ed9560326cfae3dc71e4c288a64b56d;hp=03024234f3c3926a77283d8797f2cf95c87b6cbb;hb=52cea8604f22cf5281dbc66fcae5fea37d038e0f;hpb=bcd800a128cf43be03cf6a7ea54b4fc404b3ed8d diff --git a/version.h b/version.h index 0302423..1d1ba1e 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ // VERSION.H - Version Information // Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 -// Source Utilised with the Kind Permission of Landon Dyer +// Source utilised with the kind permission of Landon Dyer // #ifndef __VERSION_H__ @@ -11,8 +11,8 @@ // Release Information -#define MAJOR 1 // Major version number -#define MINOR 2 // Minor version number -#define PATCH 13 // Patch release number +#define MAJOR 1 // Major version number +#define MINOR 4 // Minor version number +#define PATCH 1 // Patch release number #endif // __VERSION_H__