]> Shamusworld >> Repos - rmac/blobdiff - version.h
Add fixup stubs for FU_FLOATfoo types. Now at version 1.12.4.
[rmac] / version.h
index 03ad2d0ac269301aa755f935b046f23699e15455..e80f72d63f7dcea4b657fe3ce78f698b9f833ebd 100644 (file)
--- 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                // Minor version number
-#define PATCH   0              // Patch release number
+#define MINOR   12             // Minor version number
+#define PATCH   4              // Patch release number
 
 #endif // __VERSION_H__