tomwalters@0: /* tomwalters@0: Copyright (c) Applied Psychology Unit, Medical Research Council. 1988, 1989 tomwalters@0: =========================================================================== tomwalters@0: tomwalters@0: Permission to use, copy, modify, and distribute this software without fee tomwalters@0: is hereby granted for research purposes, provided that this copyright tomwalters@0: notice appears in all copies and in all supporting documentation, and that tomwalters@0: the software is not redistributed for any fee (except for a nominal shipping tomwalters@0: charge). Anyone wanting to incorporate all or part of this software in a tomwalters@0: commercial product must obtain a license from the Medical Research Council. tomwalters@0: tomwalters@0: The MRC makes no representations about the suitability of this tomwalters@0: software for any purpose. It is provided "as is" without express or implied tomwalters@0: warranty. tomwalters@0: tomwalters@0: */ tomwalters@0: tomwalters@0: /* tomwalters@0: version.c tomwalters@0: ========= tomwalters@0: tomwalters@0: APU, ASP model version number. tomwalters@0: tomwalters@0: tomwalters@0: Copyright (c), 1989 The Medical Research Council, Applied Psychology Unit. tomwalters@0: tomwalters@0: tomwalters@0: Author : Mike Allerhand tomwalters@0: Written : 4th Feb, 1992. tomwalters@0: tomwalters@0: */ tomwalters@0: tomwalters@0: /**************************************************************************** tomwalters@0: The version number is the sccs . of this file. tomwalters@0: This enables: tomwalters@0: -easy incrementing of the version number for the novice user. tomwalters@0: -centralised information on model versions, including date of new tomwalters@0: version and comments (stored in s.version.c) about the new version. tomwalters@0: tomwalters@0: The level number is incremented using: tomwalters@0: tomwalters@0: sccs edit version.c tomwalters@0: sccs delget version.c tomwalters@0: tomwalters@0: The release number is set to N, (and the level number reset to 1) using: tomwalters@0: tomwalters@0: sccs edit -rN version.c tomwalters@0: sccs delget version.c tomwalters@0: tomwalters@0: Dates and comments for previous versions can be reviewed using: tomwalters@0: sccs prs version.c tomwalters@0: tomwalters@0: The level and release number can be edited locally (ie not installed) using: tomwalters@0: sccs get version.c tomwalters@0: chmod +w version.c tomwalters@0: < edit version_Id and re-make > tomwalters@0: chmod -w version.c tomwalters@0: tomwalters@0: ****************************************************************************/ tomwalters@0: tomwalters@0: tomwalters@0: static char *version_Id = "8.2 4/11/97" ;