File tree Expand file tree Collapse file tree 23 files changed +25
-25
lines changed
Expand file tree Collapse file tree 23 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 44/* simpler form of the same thing. */
55/* */
66/* Part of Inform 6.34 */
7- /* copyright (c) Graham Nelson 1993 - 2018 */
7+ /* copyright (c) Graham Nelson 1993 - 2020 */
88/* */
99/* ------------------------------------------------------------------------- */
1010
Original file line number Diff line number Diff line change 22/* "asm" : The Inform assembler */
33/* */
44/* Part of Inform 6.34 */
5- /* copyright (c) Graham Nelson 1993 - 2018 */
5+ /* copyright (c) Graham Nelson 1993 - 2020 */
66/* */
77/* ------------------------------------------------------------------------- */
88
Original file line number Diff line number Diff line change 33/* correcting symbol values not known at compilation time */
44/* */
55/* Part of Inform 6.34 */
6- /* copyright (c) Graham Nelson 1993 - 2018 */
6+ /* copyright (c) Graham Nelson 1993 - 2020 */
77/* */
88/* ------------------------------------------------------------------------- */
99
Original file line number Diff line number Diff line change 22/* "chars" : Character set mappings and the Z-machine alphabet table */
33/* */
44/* Part of Inform 6.34 */
5- /* copyright (c) Graham Nelson 1993 - 2018 */
5+ /* copyright (c) Graham Nelson 1993 - 2020 */
66/* */
77/* ------------------------------------------------------------------------- */
88/* Inform uses six different character representations: */
Original file line number Diff line number Diff line change 22/* "directs" : Directives (# commands) */
33/* */
44/* Part of Inform 6.34 */
5- /* copyright (c) Graham Nelson 1993 - 2018 */
5+ /* copyright (c) Graham Nelson 1993 - 2020 */
66/* */
77/* ------------------------------------------------------------------------- */
88
Original file line number Diff line number Diff line change 33/* (with error throwback code for RISC OS machines) */
44/* */
55/* Part of Inform 6.34 */
6- /* copyright (c) Graham Nelson 1993 - 2018 */
6+ /* copyright (c) Graham Nelson 1993 - 2020 */
77/* */
88/* ------------------------------------------------------------------------- */
99
Original file line number Diff line number Diff line change 22/* "expressc" : The expression code generator */
33/* */
44/* Part of Inform 6.34 */
5- /* copyright (c) Graham Nelson 1993 - 2018 */
5+ /* copyright (c) Graham Nelson 1993 - 2020 */
66/* */
77/* ------------------------------------------------------------------------- */
88
Original file line number Diff line number Diff line change 22/* "expressp" : The expression parser */
33/* */
44/* Part of Inform 6.34 */
5- /* copyright (c) Graham Nelson 1993 - 2018 */
5+ /* copyright (c) Graham Nelson 1993 - 2020 */
66/* */
77/* ------------------------------------------------------------------------- */
88
Original file line number Diff line number Diff line change 88/* settings and are very host OS-dependent. */
99/* */
1010/* Part of Inform 6.34 */
11- /* copyright (c) Graham Nelson 1993 - 2018 */
11+ /* copyright (c) Graham Nelson 1993 - 2020 */
1212/* */
1313/* ------------------------------------------------------------------------- */
1414
Original file line number Diff line number Diff line change 44/* Inform 6.34 */
55/* */
66/* This header file and the others making up the Inform source code are */
7- /* copyright (c) Graham Nelson 1993 - 2018 */
7+ /* copyright (c) Graham Nelson 1993 - 2020 */
88/* */
99/* Manuals for this language are available from the IF-Archive at */
1010/* http://www.ifarchive.org/ */
3030/* */
3131/* ------------------------------------------------------------------------- */
3232
33- #define RELEASE_DATE "28th June 2018 "
33+ #define RELEASE_DATE "21st May 2020 "
3434#define RELEASE_NUMBER 1634
3535#define GLULX_RELEASE_NUMBER 38
3636#define MODULE_VERSION_NUMBER 1
You can’t perform that action at this time.
0 commit comments