]> Shamusworld >> Repos - rmac/commitdiff
Version bump for the last few commits. Now at v2.0.3.
authorShamus Hammons <jlhamm@acm.org>
Thu, 2 Jan 2020 18:37:24 +0000 (12:37 -0600)
committerShamus Hammons <jlhamm@acm.org>
Thu, 2 Jan 2020 18:37:24 +0000 (12:37 -0600)
.gitignore
version.h

index f229d610a573476fe07d935b380fbaaf5c09d62a..fdaaa9459356ae3f99e816bbb5d652c3e1104144 100644 (file)
@@ -4,6 +4,7 @@
 68k.tab
 6502kw.h
 opkw.h
+dsp56k*
 *.o
 *~
 kwtab.h
@@ -28,5 +29,5 @@ patches/
 tmp/
 elf/
 tests/
-regression-tests/
+regression/
 versions/
index 4fc6300fc68482afc8868e7c903a6b1e48ec2958..fa2e9086f6d04745b67b64ca2eff76c694d58191 100644 (file)
--- a/version.h
+++ b/version.h
@@ -15,7 +15,7 @@
 
 #define MAJOR   2              // Major version number
 #define MINOR   0              // Minor version number
-#define PATCH   2              // Patch release number
+#define PATCH   3              // Patch release number
 
 #endif // __VERSION_H__