Home > Source > Stamping > get_version.m

get_version

PURPOSE ^

GET_VERSION: Return set version (to save modification efforts i.e.

SYNOPSIS ^

function version = get_version(void)

DESCRIPTION ^

 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
 ==============================================================

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

Generated on Fri 14-May-2004 10:05:30 by m2html © 2003