Skip to content

Commit

Permalink
Update version numbers and copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Aug 16, 2017
1 parent 560f49f commit 2e4b14f
Show file tree
Hide file tree
Showing 23 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions arrays.c
Expand Up @@ -3,8 +3,8 @@
/* likewise global variables, which are in some ways a */
/* simpler form of the same thing. */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions asm.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "asm" : The Inform assembler */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions bpatch.c
Expand Up @@ -2,8 +2,8 @@
/* "bpatch" : Keeps track of, and finally acts on, backpatch markers, */
/* correcting symbol values not known at compilation time */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions chars.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "chars" : Character set mappings and the Z-machine alphabet table */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */
/* Inform uses six different character representations: */
Expand Down
4 changes: 2 additions & 2 deletions directs.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "directs" : Directives (# commands) */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions errors.c
Expand Up @@ -2,8 +2,8 @@
/* "errors" : Warnings, errors and fatal errors */
/* (with error throwback code for RISC OS machines) */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions expressc.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "expressc" : The expression code generator */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions expressp.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "expressp" : The expression parser */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions files.c
Expand Up @@ -7,8 +7,8 @@
/* routines in "inform.c", since they are tied up with ICL */
/* settings and are very host OS-dependent. */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
6 changes: 3 additions & 3 deletions header.h
@@ -1,10 +1,10 @@
/* ------------------------------------------------------------------------- */
/* Header file for Inform: Z-machine ("Infocom" format) compiler */
/* */
/* Inform 6.33 */
/* Inform 6.34 */
/* */
/* This header file and the others making up the Inform source code are */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* Manuals for this language are available from the IF-Archive at */
/* http://www.ifarchive.org/ */
Expand All @@ -30,7 +30,7 @@
/* */
/* ------------------------------------------------------------------------- */

#define RELEASE_DATE "5th March 2016"
#define RELEASE_DATE "16th August 2017"
#define RELEASE_NUMBER 1634
#define GLULX_RELEASE_NUMBER 38
#define MODULE_VERSION_NUMBER 1
Expand Down
6 changes: 3 additions & 3 deletions inform.c
Expand Up @@ -2,8 +2,8 @@
/* "inform" : The top level of Inform: switches, pathnames, filenaming */
/* conventions, ICL (Inform Command Line) files, main */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down Expand Up @@ -1215,7 +1215,7 @@ static void cli_print_help(int help_level)
{
printf(
"\nThis program is a compiler of Infocom format (also called \"Z-machine\")\n\
story files: copyright (c) Graham Nelson 1993 - 2016.\n\n");
story files: copyright (c) Graham Nelson 1993 - 2017.\n\n");

/* For people typing just "inform", a summary only: */

Expand Down
4 changes: 2 additions & 2 deletions lexer.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "lexer" : Lexical analyser */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions linker.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "linker" : For compiling and linking modules */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions memory.c
Expand Up @@ -2,8 +2,8 @@
/* "memory" : Memory management and ICL memory setting commands */
/* (For "memoryerror", see "errors.c") */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions objects.c
Expand Up @@ -6,8 +6,8 @@
/* checks syntax and translates such directives into */
/* specifications for the object-maker. */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
@@ -1,5 +1,5 @@
This is version 6.33 of the Inform compiler,
copyright (c) Graham Nelson 1993 - 2016
This is version 6.34 of the Inform compiler,
copyright (c) Graham Nelson 1993 - 2017
Full release notes and instructions are available at
http://www.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform6.html

4 changes: 2 additions & 2 deletions states.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "states" : Statement translator */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions symbols.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "symbols" : The symbols table; creating stock of reserved words */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions syntax.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "syntax" : Syntax analyser and compiler */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions tables.c
Expand Up @@ -3,8 +3,8 @@
/* end of dynamic memory, gluing together all the required */
/* tables. */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions text.c
@@ -1,8 +1,8 @@
/* ------------------------------------------------------------------------- */
/* "text" : Text translation, the abbreviations optimiser, the dictionary */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions veneer.c
Expand Up @@ -3,8 +3,8 @@
/* by the compiler (e.g. DefArt) which the program doesn't */
/* provide */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down
4 changes: 2 additions & 2 deletions verbs.c
Expand Up @@ -2,8 +2,8 @@
/* "verbs" : Manages actions and grammar tables; parses the directives */
/* Verb and Extend. */
/* */
/* Part of Inform 6.33 */
/* copyright (c) Graham Nelson 1993 - 2016 */
/* Part of Inform 6.34 */
/* copyright (c) Graham Nelson 1993 - 2017 */
/* */
/* ------------------------------------------------------------------------- */

Expand Down

0 comments on commit 2e4b14f

Please sign in to comment.