rmac/version.h

21 lines
591 B
C
Raw Permalink Normal View History

2011-12-27 00:50:27 +02:00
//
// RMAC - Renamed Macro Assembler for all Atari computers
2011-12-27 00:50:27 +02:00
// VERSION.H - Version Information
// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends
2011-12-27 00:50:27 +02:00
// RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
// Source utilised with the kind permission of Landon Dyer
2011-12-27 00:50:27 +02:00
//
// Contributors: James Hammons, George Nakos, Graeme Hinchliffe, SCPCD, SainT
//
2011-12-27 00:50:27 +02:00
#ifndef __VERSION_H__
#define __VERSION_H__
// Release Information
#define MAJOR 2 // Major version number
#define MINOR 2 // Minor version number
2023-06-20 00:27:57 +03:00
#define PATCH 18 // Patch release number
2011-12-27 00:50:27 +02:00
#endif // __VERSION_H__