]> Shamusworld >> Repos - rmac/blob - version.h
On some occasions elf output would misplace symbols due to the fact that it D_word...
[rmac] / version.h
1 //
2 // RMAC - Reboot's Macro Assembler for all Atari computers
3 // VERSION.H - Version Information
4 // Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends
5 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
6 // Source utilised with the kind permission of Landon Dyer
7 //
8 // Contributors: James Hammons, George Nakos, Graeme Hinchliffe, SCPCD, SainT
9 //
10
11 #ifndef __VERSION_H__
12 #define __VERSION_H__
13
14 // Release Information
15
16 #define MAJOR   1               // Major version number
17 #define MINOR   8               // Minor version number
18 #define PATCH   5               // Patch release number
19
20 #endif // __VERSION_H__
21