X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=version.h;h=1d1ba1e56ed9560326cfae3dc71e4c288a64b56d;hp=b071eb7d4a11fcb3c767036d8ea4279ed1ce2c13;hb=52cea8604f22cf5281dbc66fcae5fea37d038e0f;hpb=75969398d9b8a9f82ea76fc4e4cbfb97b11160a4 diff --git a/version.h b/version.h index b071eb7..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 8 // Patch release number +#define MAJOR 1 // Major version number +#define MINOR 4 // Minor version number +#define PATCH 1 // Patch release number #endif // __VERSION_H__