]> Shamusworld >> Repos - rmac/blobdiff - version.h
Update to the name (don't ask), and copyright dates. Now at v2.1.0.
[rmac] / version.h
index b23c2ea373709c890e94fda1b4912bdba51539f4..5df6d9c1af349ed27f57d35af4e76cabbb638c86 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,7 +1,7 @@
 //
-// RMAC - Reboot's Macro Assembler for all Atari computers
+// RMAC - Renamed Macro Assembler for all Atari computers
 // VERSION.H - Version Information
-// Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
@@ -14,8 +14,7 @@
 // Release Information
 
 #define MAJOR   2              // Major version number
-#define MINOR   0              // Minor version number
-#define PATCH   23             // Patch release number
+#define MINOR   1              // Minor version number
+#define PATCH                // Patch release number
 
 #endif // __VERSION_H__
-