Differences From Artifact [2c8ae712fc]:
- Executable file mttroot/mtt/bin/mtt_version — part of check-in [2d744d8c96] at 1998-05-28 09:31:13 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 561) [annotate] [blame] [check-ins using]
To Artifact [718c5a107b]:
- Executable file mttroot/mtt/bin/mtt_version — part of check-in [ab94e4fe88] at 1998-05-28 09:31:44 on branch origin/master — Cosmetic changes (user: gawthrop@users.sourceforge.net, size: 630) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | + + + + | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/05/28 09:31:13 peterg ## Initial revision ## ############################################################### echo $1: `$1 --version | head -1` |
︙ |