X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=version.h;h=e80f72d63f7dcea4b657fe3ce78f698b9f833ebd;hp=61ada40779c494d8af37a0f65c4e62c6bd0e4ab3;hb=4ca3c2db2690ab998707415f8555ecd2fabc6ef2;hpb=26019087571ebcafae571c7d32f485ceb8af8c5d diff --git a/version.h b/version.h index 61ada40..e80f72d 100644 --- a/version.h +++ b/version.h @@ -1,11 +1,11 @@ // -// 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-2017 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2018 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 +// Contributors: James Hammons, George Nakos, Graeme Hinchliffe, SCPCD, SainT // #ifndef __VERSION_H__ @@ -14,8 +14,8 @@ // Release Information #define MAJOR 1 // Major version number -#define MINOR 6 // Minor version number -#define PATCH 6 // Patch release number +#define MINOR 12 // Minor version number +#define PATCH 4 // Patch release number #endif // __VERSION_H__