diff --git a/README.md b/README.md index 81f8b7f..a5eca7c 100644 --- a/README.md +++ b/README.md @@ -93,15 +93,16 @@ Review the [Makefile](/GNUmakefile) for more information. - Automate **Scribble** formatting to (_n_)_roff_ / _groff_, (_X_)_HTML_, _TeX_ / _LaTeX_, etc. (utilizing **Pandoc** or similar tools for conversion). -- Add Motorola **68000** CPU core, to support **MINCE-68K**. +- Add Motorola **68000** CPU core for **CP/M-68K** to support **MINCE-68K**. - Automatically invoke **MINCE-68K** version for large input files. - End-user configuration of default **MINCE** flavor (**MINCE-80** or **MINCE-68K**). - - Native execution (_translation_) for **MINCE-68K** for **M68000** systems. + - Native execution (_translation_) for **MINCE-68K** on **M68000** systems. - User-configurable key bindings and remapping. - Allow user configuration _without_ requiring full recompilation. - Normalize key bindings and mappings between **MINCE** flavors. - Support for **RSX-11**, (**Open**)**VMS**, and **OS/2** operating systems. +- Create packages: **NFPM** / **FPM**, **Homebrew** _tap_ / _cask_, **pkgsrc**, etc. ## Original Authors diff --git a/com.c b/com.c index 429e52e..41a9648 100644 --- a/com.c +++ b/com.c @@ -109,7 +109,7 @@ char *argv[]; strcat(linebuf, " - Jeffrey H. Johnson \r\n\nMINCE 2.6: " "Copyright (C) 1980-1982 Mark of the Unicorn, Inc.\r\n\nCCOM80 " - "3.15: Adapted from COM 3.0, Copyright (C) 1984-2006\r\n Jim " + "3.16: Adapted from COM 3.0, Copyright (C) 1984-2006\r\n Jim " "Cathey, Edmund Ramm, Charlie Gibbs, & Willi Kusche.\r\n"); write(1, linebuf, strlen(linebuf)); exit(0); diff --git a/version.h b/version.h index db59b4e..c32dd94 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "0.12" +#define VERSION "0.13" #endif