


==============================================================
GET_VERSION: Return set version (to save modification efforts i.e.
centralisation of parameters.)
GENERAL
version = get_version(void)
INPUT/S
-void:
Unused.
OUTPUT/S
-version:
The requested string
PENDING WORK
-
KNOWN BUG/S
-None.
COMMENT/S
-
RELATED FUNCTION/S
GET_YEAR GET_MONTH
ABOUT
-Created: February 16th, 2004
-Last update: March 29th, 2004
-Revision: 0.0.3
-Author: R. S. Schestowitz, University of Manchester
==============================================================

0001 function version = get_version(void) 0002 0003 % ============================================================== 0004 % GET_VERSION: Return set version (to save modification efforts i.e. 0005 % centralisation of parameters.) 0006 % 0007 % 0008 % GENERAL 0009 % 0010 % version = get_version(void) 0011 % 0012 % INPUT/S 0013 % 0014 % -void: 0015 % Unused. 0016 % 0017 % OUTPUT/S 0018 % 0019 % -version: 0020 % The requested string 0021 % 0022 % PENDING WORK 0023 % 0024 % - 0025 % 0026 % KNOWN BUG/S 0027 % 0028 % -None. 0029 % 0030 % COMMENT/S 0031 % 0032 % - 0033 % 0034 % RELATED FUNCTION/S 0035 % 0036 % GET_YEAR GET_MONTH 0037 % 0038 % ABOUT 0039 % 0040 % -Created: February 16th, 2004 0041 % -Last update: March 29th, 2004 0042 % -Revision: 0.0.3 0043 % -Author: R. S. Schestowitz, University of Manchester 0044 % ============================================================== 0045 0046 version = '1.4.8';