From: Shamus Hammons Date: Thu, 2 Jan 2020 18:37:24 +0000 (-0600) Subject: Version bump for the last few commits. Now at v2.0.3. X-Git-Tag: v2.1.0~54 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=e202a0d487a2032894fd9cc96ce3b7a2774ac3ce Version bump for the last few commits. Now at v2.0.3. --- diff --git a/.gitignore b/.gitignore index f229d61..fdaaa94 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/version.h b/version.h index 4fc6300..fa2e908 100644 --- 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__