Skip to content

Commit 9bdcf0d

Browse files
committed
Update documentation, bump release to lucky 0.13.
1 parent a3fd341 commit 9bdcf0d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,16 @@ Review the [Makefile](/GNUmakefile) for more information.
9393
- Automate **Scribble** formatting to (_n_)_roff_ / _groff_, (_X_)_HTML_,
9494
_TeX_ / _LaTeX_, etc. (utilizing **Pandoc** or similar tools for
9595
conversion).
96-
- Add Motorola **68000** CPU core, to support **MINCE-68K**.
96+
- Add Motorola **68000** CPU core for **CP/M-68K** to support **MINCE-68K**.
9797
- Automatically invoke **MINCE-68K** version for large input files.
9898
- End-user configuration of default **MINCE** flavor (**MINCE-80** or
9999
**MINCE-68K**).
100-
- Native execution (_translation_) for **MINCE-68K** for **M68000** systems.
100+
- Native execution (_translation_) for **MINCE-68K** on **M68000** systems.
101101
- User-configurable key bindings and remapping.
102102
- Allow user configuration _without_ requiring full recompilation.
103103
- Normalize key bindings and mappings between **MINCE** flavors.
104104
- Support for **RSX-11**, (**Open**)**VMS**, and **OS/2** operating systems.
105+
- Create packages: **NFPM** / **FPM**, **Homebrew** _tap_ / _cask_, **pkgsrc**, etc.
105106

106107
## Original Authors
107108

com.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ char *argv[];
109109
strcat(linebuf,
110110
" - Jeffrey H. Johnson <trnsz@pobox.com>\r\n\nMINCE 2.6: "
111111
"Copyright (C) 1980-1982 Mark of the Unicorn, Inc.\r\n\nCCOM80 "
112-
"3.15: Adapted from COM 3.0, Copyright (C) 1984-2006\r\n Jim "
112+
"3.16: Adapted from COM 3.0, Copyright (C) 1984-2006\r\n Jim "
113113
"Cathey, Edmund Ramm, Charlie Gibbs, & Willi Kusche.\r\n");
114114
write(1, linebuf, strlen(linebuf));
115115
exit(0);

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#ifndef VERSION
2-
#define VERSION "0.12"
2+
#define VERSION "0.13"
33
#endif

0 commit comments

Comments
 (0)