-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation, bump release to lucky 0.13.
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |