diff model/version.c @ 0:5242703e91d3 tip

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