diff --git a/configure.ac b/configure.ac index 5f170f4..f8d835f 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl * * dnl ********************************************************************* dnl dnl Author: John Zaitseff -dnl $Id: configure.ac 514 2014-05-22 01:05:51Z john $ +dnl $Id: configure.ac 545 2014-06-18 10:55:15Z john $ dnl dnl This file, configure.ac, contains information required by autoconf to dnl generate the corresponding configure script. diff --git a/doc/trader.6 b/doc/trader.6 index 0f57ee4..93020cb 100644 --- a/doc/trader.6 +++ b/doc/trader.6 @@ -6,7 +6,7 @@ .\" ********************************************************************* .\" .\" Author: John Zaitseff -.\" $Id: trader.6 523 2014-05-23 21:28:25Z john $ +.\" $Id: trader.6 554 2014-08-13 01:55:30Z john $ .\" .\" This program is free software: you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by diff --git a/src/Makefile.am b/src/Makefile.am index 144276a..b938618 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ ######################################################################### # Author: John Zaitseff -# $Id: Makefile.am 514 2014-05-22 01:05:51Z john $ +# $Id: Makefile.am 546 2014-06-18 10:56:09Z john $ # # This file, src/Makefile.am, contains the source-code Makefile for Star # Traders. It needs to be processed by automake to produce the diff --git a/src/globals.h b/src/globals.h index 3c0b976..3d6a22c 100644 --- a/src/globals.h +++ b/src/globals.h @@ -7,7 +7,7 @@ /* Author: John Zaitseff - $Id: globals.h 514 2014-05-22 01:05:51Z john $ + $Id: globals.h 551 2014-08-13 01:32:27Z john $ This file, globals.h, contains declarations for global variables and structures used in Star Traders.