X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=version.h;h=1df3fbd51e86491e20cf5216cd7cf21ddd85d166;hp=03024234f3c3926a77283d8797f2cf95c87b6cbb;hb=d62afdca3afd97820bcc18c8e95ef19c374174e6;hpb=bcd800a128cf43be03cf6a7ea54b4fc404b3ed8d diff --git a/version.h b/version.h index 0302423..1df3fbd 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 4 // Patch release number #endif // __VERSION_H__