X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=version.h;h=dda6183f66c93b2b5162ac069c1a837d4cebdc79;hb=96a5cd69571096f11a3a2a40f6133374f0adc9bb;hp=1d1ba1e56ed9560326cfae3dc71e4c288a64b56d;hpb=52cea8604f22cf5281dbc66fcae5fea37d038e0f;p=rmac diff --git a/version.h b/version.h index 1d1ba1e..dda6183 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 MINOR 7 // Minor version number #define PATCH 1 // Patch release number #endif // __VERSION_H__ +