Skip to content

Commit

Permalink
Update documentation, bump release to lucky 0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonjh committed Apr 9, 2021
1 parent a3fd341 commit 9bdcf0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion com.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ char *argv[];
strcat(linebuf,
" - Jeffrey H. Johnson <[email protected]>\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);
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef VERSION
#define VERSION "0.12"
#define VERSION "0.13"
#endif

0 comments on commit 9bdcf0d

Please sign in to comment.