X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=version.h;h=dc9118712e32af71f2d86ac1bf87ef44233c6e50;hp=47c0b7bfa4b29b86b6875702c2c3a3a8a9bc520c;hb=a7d3861005ef22f14caec4e1c899e079334716af;hpb=2270aa01ead427399fa2a7b800da2a5397fc3069 diff --git a/version.h b/version.h index 47c0b7b..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 4 // Minor version number -#define PATCH 3 // Patch release number +#define MINOR 8 // Minor version number +#define PATCH 4 // Patch release number #endif // __VERSION_H__ +