]> Shamusworld >> Repos - rmac/blobdiff - version.h
Lots of fixes for floating point handling; version now at 1.11.0.
[rmac] / version.h
index c9199993f29762171c795c2eef2b6da0e43474c2..8cb43f45f2d3a9f970856954b94dfee1f0152852 100644 (file)
--- 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, SainT
+//
 
 #ifndef __VERSION_H__
 #define __VERSION_H__
@@ -12,7 +14,8 @@
 // Release Information
 
 #define MAJOR   1              // Major version number
-#define MINOR                // Minor version number
-#define PATCH   15             // Patch release number
+#define MINOR   11             // Minor version number
+#define PATCH                // Patch release number
 
 #endif // __VERSION_H__
+