X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=version.h;h=dc9118712e32af71f2d86ac1bf87ef44233c6e50;hp=c9199993f29762171c795c2eef2b6da0e43474c2;hb=a7d3861005ef22f14caec4e1c899e079334716af;hpb=e86444a037c470d010786006fbcaa7d6b56effdb diff --git a/version.h b/version.h index c919999..dc91187 100644 --- a/version.h +++ b/version.h @@ -1,10 +1,12 @@ // -// RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System +// RMAC - Reboot's Macro Assembler for all Atari computers // VERSION.H - Version Information -// Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // +// Contributors: James Hammons, George Nakos, Graeme Hinchliffe, SCPCD +// #ifndef __VERSION_H__ #define __VERSION_H__ @@ -12,7 +14,8 @@ // Release Information #define MAJOR 1 // Major version number -#define MINOR 3 // Minor version number -#define PATCH 15 // Patch release number +#define MINOR 8 // Minor version number +#define PATCH 4 // Patch release number #endif // __VERSION_H__ +