]> Shamusworld >> Repos - rmac/blobdiff - version.h
Version bump for last patch; now at v1.13.4.
[rmac] / version.h
index dc9118712e32af71f2d86ac1bf87ef44233c6e50..644b49bfcea1aa0581999cc3dacd54739f92b629 100644 (file)
--- 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,7 +14,7 @@
 // Release Information
 
 #define MAJOR   1              // Major version number
-#define MINOR                // Minor version number
+#define MINOR   13             // Minor version number
 #define PATCH   4              // Patch release number
 
 #endif // __VERSION_H__