X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=version.h;h=315f981c4c17d476a015ad87e1f81a0a049ee117;hp=dc9118712e32af71f2d86ac1bf87ef44233c6e50;hb=33bb2746fadd3501eccf6b1046cf8acdfb0f1e37;hpb=a7d3861005ef22f14caec4e1c899e079334716af diff --git a/version.h b/version.h index dc91187..315f981 100644 --- a/version.h +++ b/version.h @@ -1,11 +1,11 @@ // // 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 8 // Minor version number -#define PATCH 4 // Patch release number +#define MINOR 12 // Minor version number +#define PATCH 3 // Patch release number #endif // __VERSION_H__